chore: run shfmt

This commit is contained in:
Jose Diaz-Gonzalez
2022-07-25 01:15:32 -04:00
parent 3150f35d07
commit e3d30f51b3
10 changed files with 8 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ teardown() {
}
@test "($PLUGIN_COMMAND_PREFIX:import) success" {
run dokku "$PLUGIN_COMMAND_PREFIX:import" l < "/tmp/fake.sql"
run dokku "$PLUGIN_COMMAND_PREFIX:import" l <"/tmp/fake.sql"
echo "output: $output"
echo "status: $status"
assert_success