Navigation Menu

Skip to content

Commit

Permalink
deb: remove a trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 16, 2012
1 parent aa5d1cf commit 684380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian/groonga-httpd.init
Expand Up @@ -66,7 +66,7 @@ send_command()
command=$1
if [ "$command" = "status" ]; then
$CURL --max-time $STATUS_TIMEOUT "http://${ADDRESS}:${PORT}/d/${command}"
else
else
$CURL "http://${ADDRESS}:${PORT}/d/${command}"
fi
}
Expand Down

0 comments on commit 684380b

Please sign in to comment.