Skip to content

Commit

Permalink
Merge pull request #62 from clue-labs/clone
Browse files Browse the repository at this point in the history
Fix GitHub clone URL to avoid unencrypted Git protocol
  • Loading branch information
WyriHaximus committed Mar 21, 2022
2 parents 1866301 + db53908 commit 9f3ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (!$input->hasParameterOption('--no-component-update')) {
$output,
$componentsDir,
$component['name'],
$component['git_url'],
$component['clone_url'],
$component['releases'][0]['tag']
);

Expand Down

0 comments on commit 9f3ab1e

Please sign in to comment.