e2e with -v=6

This commit is contained in:
Tim Hockin 2022-06-25 10:31:35 -07:00
parent 055a886bf1
commit a424130b36
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function GIT_SYNC() {
--env XDG_CONFIG_HOME=$DIR \ --env XDG_CONFIG_HOME=$DIR \
e2e/git-sync:$(make -s version)__$(go env GOOS)_$(go env GOARCH) \ e2e/git-sync:$(make -s version)__$(go env GOOS)_$(go env GOARCH) \
--add-user \ --add-user \
--v=5 \ --v=6 \
"$@" "$@"
} }