From bf24ae24b6b6f31bdb54e8f4d82252590ffa2160 Mon Sep 17 00:00:00 2001 From: Cian Gallagher Date: Sat, 18 Dec 2021 15:50:01 +0000 Subject: [PATCH] LINT: Fix spelling --- cmd/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/watch.go b/cmd/watch.go index 7b1f964..73a3cea 100644 --- a/cmd/watch.go +++ b/cmd/watch.go @@ -67,7 +67,7 @@ func initCmd(runCmd cobra.Command) { runCmd.PersistentFlags().StringP("path", "p", "", "Path you want to watch.") runCmd.PersistentFlags().StringP("destination", "d", "", "Path you want files to be relocated.") runCmd.PersistentFlags().StringP("ext", "e", "", "File type you want to watch for.") - runCmd.PersistentFlags().StringVar(&configFile, "config", "", "Pass an optional config file containing multipe paths to watch.") + runCmd.PersistentFlags().StringVar(&configFile, "config", "", "Pass an optional config file containing multiple paths to watch.") viper.BindPFlag("path", runCmd.PersistentFlags().Lookup("path")) viper.BindPFlag("destination", runCmd.PersistentFlags().Lookup("destination"))