From 52328d3943f31b05fcfddf831f3549d4cc9beb0d Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Tue, 27 Nov 2012 17:49:46 +0000 Subject: [PATCH] Remove stray character in bees-config-unset script. --- scripts/BeesConfigUnset.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/BeesConfigUnset.groovy b/scripts/BeesConfigUnset.groovy index d86a561..f35c222 100644 --- a/scripts/BeesConfigUnset.groovy +++ b/scripts/BeesConfigUnset.groovy @@ -7,7 +7,7 @@ USAGE = ''' grails bees-config-unset [type] [appId] type : global or application appId : application id (defaults to application name) -''' ` +''' target(beesConfigSet: "Sets configuration parameter globally or for an application.") { depends(checkConfig, prepareClient)