From 8cf84085634c9361ebf2754f06f112912dc87f5a Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 11 May 2016 14:28:02 +0200 Subject: [PATCH] deploy.sh: Fix log message (sudo configuration) --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c925fc8..81595f2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -84,7 +84,7 @@ for host in "$@"; do ax_msg 1 "Ok, updated sudo configuration." refresh_sudo "$host" else - ax_msg 0 "Ok, no for sudo configuration." + ax_msg 0 "Ok, no changes for sudo configuration." fi else ax_msg 2 "Failed to sync sudo configuration to $host!" -- 2.39.2