Commit 114f4937 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Exit on do_update error

parent 4d15c63f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ do_update()
	fi

	(cd ~
		set -eu
		update_worktree &&
		update_submodules
	) || return