fix: create correct clone directory

This commit is contained in:
Jose Diaz-Gonzalez
2021-03-12 02:55:22 -05:00
parent 4cd064f76c
commit 9781a905a7

View File

@@ -6,7 +6,7 @@ setup() {
global_setup
touch /home/dokku/.ssh/known_hosts
chown dokku:dokku /home/dokku/.ssh/known_hosts
touch /home/dokku/data/git/$TEST_APP
mkdir -p "$DOKKU_LIB_ROOT/data/git/$TEST_APP"
}
teardown() {
@@ -15,7 +15,7 @@ teardown() {
}
@test "(git) git:unlock [success]" {
run /bin/bash -c "dokku git:unlock $TEST_APP --force"
run /bin/bash -c "dokku git:unlock $TEST_APP --force"
echo "output: $output"
echo "status: $status"
assert_success