mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 23:41:23 +00:00
Remove unneeded quotes
This commit is contained in:
@@ -128,7 +128,7 @@ watch = true
|
|||||||
|
|
||||||
# If you set watch.mode = "eager", the server starts to recompile
|
# If you set watch.mode = "eager", the server starts to recompile
|
||||||
# your application every time your application's files change.
|
# your application every time your application's files change.
|
||||||
watch.mode = "normal"
|
watch.mode = normal
|
||||||
|
|
||||||
# Watch the entire $GOPATH for code changes. Default is false.
|
# Watch the entire $GOPATH for code changes. Default is false.
|
||||||
#watch.gopath = true
|
#watch.gopath = true
|
||||||
|
|||||||
Reference in New Issue
Block a user