Skip to content

Commit

Permalink
Merge pull request #49 from sdss/https
Browse files Browse the repository at this point in the history
Added --https option in sdss_install_bootstrap
  • Loading branch information
nbmurphy committed Dec 9, 2019
2 parents d5c848a + 27883eb commit 9863960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sdss_install_bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ else
fi

if [[ -n "${verbose}" ]]; then echo "sdss_install_bootstrap - INFO - {SDSS_INSTALL_DIR}/bin/sdss_install --github --bootstrap --module-only ${root} ${test} ${verbose}" ; fi
${SDSS_INSTALL_DIR}/bin/sdss_install --github --bootstrap --module-only ${root} ${test} ${verbose}
${SDSS_INSTALL_DIR}/bin/sdss_install --github --bootstrap --module-only --https ${root} ${test} ${verbose}

0 comments on commit 9863960

Please sign in to comment.