Skip to content

Commit

Permalink
strings can be strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Nov 28, 2023
1 parent 338ba94 commit 63fd036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/github/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func (c *client) Status(ctx context.Context, u *library.User, b *library.Build,
description = fmt.Sprintf("the build is %s", b.GetStatus())
case constants.StatusPendingApproval:
state = "pending"
description = fmt.Sprint("build needs approval from repo admin to run")
description = "build needs approval from repo admin to run"
case constants.StatusSuccess:
state = "success"
description = "the build was successful"
Expand Down

0 comments on commit 63fd036

Please sign in to comment.