fix: call tags:deploy

This commit is contained in:
Jose Diaz-Gonzalez
2017-12-13 03:16:10 -05:00
committed by GitHub
parent 3fe0b56fb8
commit 4ae56cf01c

View File

@@ -48,7 +48,7 @@ teardown() {
}
@test "(tags) tags:deploy (missing tag)" {
run /bin/bash -c "dokku tags:create $TEST_APP missing-tag"
run /bin/bash -c "dokku tags:deploy $TEST_APP missing-tag"
echo "output: "$output
echo "status: "$status
assert_failure