zero-indexing how does it work
This commit is contained in:
parent
a387b99e26
commit
c0b69b9e09
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ var (
|
|||
common.Must(cmd.Help())
|
||||
log.Fatal("must a linking URI")
|
||||
}
|
||||
uri = args[1]
|
||||
uri = args[0]
|
||||
},
|
||||
Run: func(_ *cobra.Command, args []string) {
|
||||
go common.Signald.Listen(nil)
|
||||
|
|
Loading…
Reference in a new issue