zero-indexing how does it work

This commit is contained in:
Finn 2021-03-22 03:38:43 -07:00
parent a387b99e26
commit c0b69b9e09
2 changed files with 2 additions and 2 deletions

View file

@ -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)