From: Bjørn Erik Pedersen Date: Sat, 27 Feb 2016 17:01:01 +0000 (+0100) Subject: Use flagChanged in all places X-Git-Tag: v0.16~306 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f61f403;p=brevno-suite%2Fhugo Use flagChanged in all places --- diff --git a/commands/server.go b/commands/server.go index 53c38099..6007d9fe 100644 --- a/commands/server.go +++ b/commands/server.go @@ -101,7 +101,7 @@ func server(cmd *cobra.Command, args []string) error { return err } - if cmd.Flags().Lookup("disableLiveReload").Changed { + if flagChanged(cmd.Flags(), "disableLiveReload") { viper.Set("DisableLiveReload", disableLiveReload) }