Commit 22a48dad authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure do_update gets upstream updates

parent 2f094db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -128,6 +128,7 @@ do_update()

	(cd ~
		set -eu
		git fetch origin &&
		git_check &&
		update_worktree
	) || return