Skip to content

Commit

Permalink
Fix postrel helper
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Apr 6, 2024
1 parent 948b195 commit adaae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/postrel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func (u *inUpdater) doUpdate(ctx context.Context, dir string) error {
if gitHasTag(path, tag) {
fmt.Printf("✅ Integration %s has tag %s already.\n", dir, tag)

// TODO return nil
return nil
}
fmt.Printf("✅ [%s] %s is not tagged, yet.\n", dir, tag)

Expand Down

0 comments on commit adaae65

Please sign in to comment.