Fix get output in yggdrasilconf

This commit is contained in:
Neil Alexander 2019-02-10 22:09:52 +00:00
parent 6d6544d180
commit 03db207905
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -95,7 +95,6 @@ func main() {
}
if !item.IsValid() {
os.Exit(1)
return
}
}
}
@ -114,6 +113,7 @@ func main() {
if err != nil {
panic(err)
}
return
case "set":
name := flags[len(flags)-2:][0]
value := flags[len(flags)-1:][0]