summaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-11-14 06:43:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-11-14 06:43:58 +0000
commit21def206fc2ed771850b4d573c42074755dc3608 (patch)
tree441df5a3f1804badad2a39fadaf4fe82854ddb7f /tcwg-cleanup-stale-containers.sh
parentb32b281201f7408881b52bf8495c42aa5afed0e0 (diff)
tcwg-cleanup-stale-containers: Fix typo
Change-Id: I553c12efa9d4933286612b91e3a0faf158e78911
Diffstat (limited to 'tcwg-cleanup-stale-containers.sh')
-rwxr-xr-xtcwg-cleanup-stale-containers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-cleanup-stale-containers.sh b/tcwg-cleanup-stale-containers.sh
index 9ff23d42..5e8bb62b 100755
--- a/tcwg-cleanup-stale-containers.sh
+++ b/tcwg-cleanup-stale-containers.sh
@@ -75,7 +75,7 @@ if [ x"$(docker volume ls -q -f dangling=true)" != x"" ]; then
fi
fi
-if [ x"$(docker images | grep "^<none>" | awk "{print $3})" != x"" ]; then
+if [ x"$(docker images | grep "^<none>" | awk "{print $3}")" != x"" ]; then
echo "Removing untagged images"
echo "Increasing exit code by 4 to indicate untagged images"
status="$(($status+4))"