Skip to content

Commit d41b374

Browse files
committed
Update cmdline.sh
1 parent 191d0ff commit d41b374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.includes/cmdline.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@ run_command() {
665665
-u | --update)
666666
local AppBranch="${ParamsArray[0]-}"
667667
local TemplatesBranch="${ParamsArray[1]-}"
668-
run_script 'update_templates' "${TemplatesBranch-}"
669-
run_script 'update_self' "${AppBranch-}" "${REST_OF_ARGS_ARRAY[@]}"
668+
run_script 'update_templates' "${TemplatesBranch-}" || true
669+
run_script 'update_self' "${AppBranch-}" "${REST_OF_ARGS_ARRAY[@]}" || true
670670
result=$?
671671
;;
672672

0 commit comments

Comments
 (0)