Fixing bad merge (#7259)

This commit is contained in:
Corey Hulen
2017-08-18 13:26:12 -07:00
committed by GitHub
parent 2461c55d0d
commit 2b3f7d0bc3

View File

@@ -369,7 +369,7 @@ func modifyChannelCmdF(cmd *cobra.Command, args []string) error {
return err
}
if !utils.IsLicensed {
if !utils.IsLicensed() {
return errors.New(utils.T("cli.license.critical"))
}