Skip to content

Commit

Permalink
refactor: comment out unused errGuard call in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Mar 29, 2023
1 parent 4092688 commit 9be6e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func main() {
}

printSuccess("Assistant: Next tag is " + nextTag)
errGuard(client, tag(nextTag))
//errGuard(client, tag(nextTag))
printSuccess("Assistant: New tag " + nextTag + " created")
}

Expand Down

0 comments on commit 9be6e24

Please sign in to comment.