fix format type

This commit is contained in:
Alex Goodman 2018-11-06 21:01:42 -05:00
parent 41e1685efe
commit 4617e1c3b0
No known key found for this signature in database
GPG Key ID: 743640FAA11698A1

View File

@ -43,7 +43,7 @@ func NewLayerView(name string, gui *gocui.Gui, layers []*image.Layer) (layerView
case false:
layerView.CompareMode = CompareLayer
default:
utils.PrintAndExit(fmt.Sprintf("unknown layer.show-aggregated-changes value: %s", mode))
utils.PrintAndExit(fmt.Sprintf("unknown layer.show-aggregated-changes value: %v", mode))
}
layerView.keybindingCompareAll = getKeybindings(viper.GetString("keybinding.compare-all"))