Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Apr 14, 2024
1 parent 3b47306 commit d8ead25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func cmdActionCreate(c *cli.Context) (err error) {
}

rawURL, eErr := cl.Create(t, snippetData)
if err != nil {
if eErr != nil {
return eErr
}

Expand Down

0 comments on commit d8ead25

Please sign in to comment.