aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/pull.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subcommands/pull.bash')
-rw-r--r--lib/subcommands/pull.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subcommands/pull.bash b/lib/subcommands/pull.bash
index 4f2ae99..8dfb48b 100644
--- a/lib/subcommands/pull.bash
+++ b/lib/subcommands/pull.bash
@@ -19,4 +19,6 @@ subcommand()
git -C "$BASHTARD_ETCDIR" pull origin master || return 4
git -C "$BASHTARD_ETCDIR" submodule update --init --recursive || return 4
[[ -n $dirty ]] && git -C "$BASHTARD_ETCDIR" stash pop
+
+ return 0
}