Skip to content

Commit 70ae060

Browse files
author
Matthew Fisher
committed
fix(tests): add --app
1 parent 0c6353f commit 70ae060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
configSet2Cmd = "config:set FOO=10 --app={{.AppName}}"
1515
configSet3Cmd = "config:set POWERED_BY=\"the Deis team\" --app={{.AppName}}"
1616
configSet4Cmd = "config:set CAR='`star' --app={{.AppName}}"
17-
configSetBuildpackCmd = "config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-go#98f37cc"
17+
configSetBuildpackCmd = "config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-go#98f37cc --app={{.AppName}}"
1818
configUnsetCmd = "config:unset FOO --app={{.AppName}}"
1919
)
2020

0 commit comments

Comments
 (0)