mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-04 03:11:52 -05:00
/integration-tests/bats/remotes-git.bats: fix test
This commit is contained in:
@@ -557,9 +557,9 @@ shift || true
|
||||
|
||||
case "$cmd" in
|
||||
init)
|
||||
# git init --bare <dir>
|
||||
# git --git-dir <dir> init --bare
|
||||
if [[ "${1:-}" == "--bare" ]]; then
|
||||
mkdir -p "${2:-}"
|
||||
mkdir -p "$git_dir"
|
||||
exit 0
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user