From 4575c862cd497561147c525e62429b89217cabaf Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 12 Apr 2019 13:40:02 +0200 Subject: [PATCH] Tweak a user-visible string to say "container", not "toolbox container" ... because that's what's used elsewhere. --- toolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox b/toolbox index 25ddda4..7459f86 100755 --- a/toolbox +++ b/toolbox @@ -700,7 +700,7 @@ create() exit 1 fi - echo "Created toolbox container: $toolbox_container" + echo "Created container: $toolbox_container" enter_command="" if [ "$toolbox_container" = "$toolbox_container_default" ] 2>&3; then