From 6a8fa7aa1c0f94f7acc2cd340fd77457286af2e7 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 13 Mar 2014 15:53:25 +1100 Subject: [PATCH] fix deprecation --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index e15b1eb..52d3711 100755 --- a/launcher +++ b/launcher @@ -230,7 +230,7 @@ case "$command" in exit 1 fi - found=`docker ps -q -a -notrunc | grep $cid` + found=`docker ps -q -a --notrunc | grep $cid` if [ -z $found ] then echo "Invalid cid file, deleting, please re-run" -- 2.25.1