We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191d0ff commit d41b374Copy full SHA for d41b374
.includes/cmdline.sh
@@ -665,8 +665,8 @@ run_command() {
665
-u | --update)
666
local AppBranch="${ParamsArray[0]-}"
667
local TemplatesBranch="${ParamsArray[1]-}"
668
- run_script 'update_templates' "${TemplatesBranch-}"
669
- run_script 'update_self' "${AppBranch-}" "${REST_OF_ARGS_ARRAY[@]}"
+ run_script 'update_templates' "${TemplatesBranch-}" || true
+ run_script 'update_self' "${AppBranch-}" "${REST_OF_ARGS_ARRAY[@]}" || true
670
result=$?
671
;;
672
0 commit comments