Fix argument order from previous commit.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-12-13 15:08:33 -05:00
parent 6d605a5aa5
commit 41c404416f

View file

@ -143,7 +143,7 @@ else
#svn cleanup $dir >> $LOGFILE 2>&1 || exit 2;
#svn update --accept theirs-full $dir >> $LOGFILE 2>&1 || exit 2;
git -C main clean -f >> $LOGFILE 2>&1 || exit 2;
git -C main --rebase pull >> $LOGFILE 2>&1 || exit 2;
git -C main pull --rebase >> $LOGFILE 2>&1 || exit 2;
done
fi