Skip to content

Commit 9f3ab1e

Browse files
authored
Merge pull request #62 from clue-labs/clone
Fix GitHub clone URL to avoid unencrypted Git protocol
2 parents 1866301 + db53908 commit 9f3ab1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (!$input->hasParameterOption('--no-component-update')) {
5959
$output,
6060
$componentsDir,
6161
$component['name'],
62-
$component['git_url'],
62+
$component['clone_url'],
6363
$component['releases'][0]['tag']
6464
);
6565

0 commit comments

Comments
 (0)