Skip to content

Commit

Permalink
fix: add https
Browse files Browse the repository at this point in the history
  • Loading branch information
trubbio committed Jan 13, 2025
1 parent 00f0870 commit 5fca46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-builder-tool/builder-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ if [ -f "$source_dir/context-refs.txt" ]; then
curl -o "$destination_dir/$destination" -L "$stripped_source"
unzip "$destination_dir/$destination" -d "$destination_dir"
;;
"http")
"http" | "https")
echo "Protocol: $protocol"
echo "Downloading $source"
echo "to $destination_dir/$destination"
Expand Down

0 comments on commit 5fca46e

Please sign in to comment.