Updating iodine to match new api

This commit is contained in:
Frederick F. Kautz IV
2015-03-26 15:55:06 -07:00
parent ebc1e062a9
commit 53439d7768
11 changed files with 76 additions and 76 deletions

View File

@@ -133,7 +133,7 @@ func main() {
app.Action = runCmd
err := app.Run(os.Args)
switch typedErr := err.(type) {
case *iodine.WrappedError:
case *iodine.Error:
{
log.Errorln(typedErr.EmitHumanReadable())
}