summaryrefslogtreecommitdiffstats
path: root/commands/server.go
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-12-16 20:41:33 -0700
committerAnthony Fok <foka@debian.org>2015-12-16 21:26:51 -0700
commit3574304c686af07991c970c89c0b77a1135359db (patch)
tree9357d44f07c44d31a908b64f702bc7a87ecb7d32 /commands/server.go
parent9c39593dee7d0cf02a5249b1711992a1eb94b1aa (diff)
Improve some random feedback messages
Also clean up a couple random comments.
Diffstat (limited to 'commands/server.go')
-rw-r--r--commands/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/server.go b/commands/server.go
index 064c846b6..3e41a14b4 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -166,7 +166,7 @@ func server(cmd *cobra.Command, args []string) error {
rootWatchDirs := strings.Join(helpers.UniqueStrings(helpers.ExtractRootPaths(watchDirs)), ",")
- jww.FEEDBACK.Printf("Watching for changes in %s/{%s}\n", baseWatchDir, rootWatchDirs)
+ jww.FEEDBACK.Printf("Watching for changes in %s%s{%s}\n", baseWatchDir, helpers.FilePathSeparator, rootWatchDirs)
err := NewWatcher(serverPort)
if err != nil {