Skip to content

Commit f886695

Browse files
author
Matthew Fisher
committed
Merge pull request #4112 from bacongobbler/fixup-deis-bin-search
fix(tests): fixup deis binary lookup
2 parents be8c7b9 + c4cceb3 commit f886695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/itutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
var Deis = os.Getenv("DEIS_BINARY") + " "
2424

2525
func init() {
26-
if Deis == "" {
26+
if Deis == " " {
2727
Deis = "deis "
2828
}
2929
}

0 commit comments

Comments
 (0)