We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8c7b9 + c4cceb3 commit f886695Copy full SHA for f886695
1 file changed
tests/utils/itutils.go
@@ -23,7 +23,7 @@ import (
23
var Deis = os.Getenv("DEIS_BINARY") + " "
24
25
func init() {
26
- if Deis == "" {
+ if Deis == " " {
27
Deis = "deis "
28
}
29
0 commit comments