Update commit.tpl

pull/109/head
Mr Chen 6 years ago
parent faa43bf975
commit 4b386dc103
  1. 2
      plugins/csvn/hook/commit.tpl

@ -20,4 +20,4 @@ if [ ! -d $WEB_PATH ]; then
--non-interactive
fi
cd $WEB_PATH && svn update --username={$CSVN_USER} --password={$CSVN_PWD}
cd $WEB_PATH && svn update --username={$CSVN_USER} --password={$CSVN_PWD} --no-auth-cache --non-interactive
Loading…
Cancel
Save