commit a4464177326f7d372491d09cba649c8f6e3b5a70 parent a65230432af6970764f290bf19bca9d389d0447a Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 16 Apr 2019 14:03:24 +0200 syntax Diffstat:
| M | buildbot/checks.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/checks.sh b/buildbot/checks.sh @@ -21,7 +21,7 @@ if test ${DEPLOYMENT} = "test"; then echo "Active party: ${active}" - if test $active = "test-blue"; then + if test "$active" = "test-blue"; then nonactive="green" fi fi