We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d26505 commit 87e2ceaCopy full SHA for 87e2cea
install-and-launch.sh
@@ -444,7 +444,7 @@ install_sublime() {
444
445
if [ "$clone_platform" = "true" ]; then
446
print_info "Cloning Sublime Platform repo..."
447
- if ! git clone --depth=1 https://github.com/sublime-security/sublime-platform.git; then
+ if ! git clone -b "$remote_branch" --depth=1 https://github.com/sublime-security/sublime-platform.git; then
448
print_error "Failed to clone Sublime Platform repo\n"
449
printf "Troubleshooting tips: https://docs.sublimesecurity.com/docs/quickstart-docker#troubleshooting\n\n"
450
printf "You may need to run the following command before retrying installation:\n\n"
0 commit comments