diff --git a/tests/integration/app_version.bats b/tests/integration/app_version.bats index 50dd76bf..595c2d94 100644 --- a/tests/integration/app_version.bats +++ b/tests/integration/app_version.bats @@ -72,7 +72,7 @@ teardown(){ @test "list version" { _deploy_app - latestVersion=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" git tag | tail -n 1) + latestVersion=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" tag | tail -n 1) refute [ -z "$latestVersion" ]; run $ABRA app version "$TEST_APP_DOMAIN"