Skip to content

Commit 68d80ba

Browse files
authored
Merge pull request #22 from isi-lincoln/fix-go-install
Fix go authors assignment
2 parents 073bf13 + 17d7213 commit 68d80ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolter.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ COPYRIGHT:
4242
app.Name = "bolter"
4343
app.Usage = "view boltdb file interactively in your terminal"
4444
app.Version = "2.0.1"
45-
app.Authors = []cli.Author{
46-
cli.Author{
45+
app.Authors = []*cli.Author{
46+
&cli.Author{
4747
Name: "Hasit Mistry",
4848
Email: "hasitnm@gmail.com",
4949
},

0 commit comments

Comments
 (0)