diff options
Diffstat (limited to 'cmd/dump.go')
-rw-r--r-- | cmd/dump.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dump.go b/cmd/dump.go index 458f9f91e0..629993b6c8 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -280,7 +280,7 @@ func runDump(ctx *cli.Context) error { } if ctx.IsSet("skip-custom-dir") && ctx.Bool("skip-custom-dir") { - log.Info("Skiping custom directory") + log.Info("Skipping custom directory") } else { customDir, err := os.Stat(setting.CustomPath) if err == nil && customDir.IsDir() { |