File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ function script_auto_update {
238238 echo
239239 echo " Fetching new data..."
240240 mkdir .app_deploy_tmp
241- git clone --quiet git@ github.com: infinum/app-deploy-script.git .app_deploy_tmp
241+ git clone --quiet https:// github.com/ infinum/app-deploy-script.git .app_deploy_tmp
242242 echo " Updating..."
243243 cat .app_deploy_tmp/app-deploy.sh > /usr/local/bin/app-deploy
244244 echo " Cleaning temporary files..."
Original file line number Diff line number Diff line change 2626echo
2727echo " Fetching script data..."
2828mkdir .app_deploy_tmp
29- git clone --quiet git@ github.com: infinum/app-deploy-script.git .app_deploy_tmp
29+ git clone --quiet https:// github.com/ infinum/app-deploy-script.git .app_deploy_tmp
3030echo " Installing..."
3131cat .app_deploy_tmp/app-deploy.sh > /usr/local/bin/app-deploy
3232
You can’t perform that action at this time.
0 commit comments