mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Fix get output in yggdrasilconf
This commit is contained in:
parent
6d6544d180
commit
03db207905
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,6 @@ func main() {
|
||||||
}
|
}
|
||||||
if !item.IsValid() {
|
if !item.IsValid() {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -114,6 +113,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
return
|
||||||
case "set":
|
case "set":
|
||||||
name := flags[len(flags)-2:][0]
|
name := flags[len(flags)-2:][0]
|
||||||
value := flags[len(flags)-1:][0]
|
value := flags[len(flags)-1:][0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue