summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index f310a6f..d2042f5 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -33,6 +33,6 @@ type Config struct {
SyncTargets []string
// SyncRemoteDir is the destination directory on each target host.
- // Defaults to "/var/www/html/snonux/". Override with SNONUX_SYNC_REMOTE_DIR env var.
+ // Defaults to "/var/www/html/snonux.foo/". Override with SNONUX_SYNC_REMOTE_DIR env var.
SyncRemoteDir string
}