summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2016-03-07 12:06:44 +0100
committerGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2016-03-07 12:06:44 +0100
commitbca3c1d1bde28b52ba81b5f3ed8e5250d7bf0278 (patch)
tree800b94c5c3c73509587ff33164daffca76952ad5 /scripts
parent5d0c0c7932cc43dc8387baccdf9a7d5046ee8ac2 (diff)
downloadrabbitmq-server-git-bca3c1d1bde28b52ba81b5f3ed8e5250d7bf0278.tar.gz
fixed a small syntax error
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rabbitmq-service.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-service.bat b/scripts/rabbitmq-service.bat
index fa871648a3..c645eb3b8e 100644
--- a/scripts/rabbitmq-service.bat
+++ b/scripts/rabbitmq-service.bat
@@ -133,7 +133,7 @@ if ERRORLEVEL 3 (
REM Try to create config file, if it doesn't exist
REM It still can fail to be created, but at least not for default install
-if not exist "!RABBITMQ_CONFIG_FILE!.config"(
+if not exist "!RABBITMQ_CONFIG_FILE!.config" (
echo []. > !RABBITMQ_CONFIG_FILE!.config
)