Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manumilou committed Jun 15, 2018
1 parent b56b761 commit 0ae2926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func openRun(cmd *cobra.Command, args []string) {
checkError(err)

if GetFlagBool(cmd, "list") {
err := open.PrintLinks(proj)
err = open.PrintLinks(proj)
checkError(err)
os.Exit(0)
}
Expand Down

0 comments on commit 0ae2926

Please sign in to comment.