Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaslana committed Jun 25, 2024
1 parent 66cff45 commit 682b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notifyStale.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var notifyStaleCmd = &cobra.Command{
}

if shouldSendMessage {
message := fmt.Sprintf("The following pull request has activity from a Chia team member in the last 7 days: %s", pr.URL)
message := fmt.Sprintf("The following pull request has no activity from a Chia team member in the last 7 days: %s", pr.URL)
slogs.Logr.Info("Sending message via keybase")
if err := keybase.SendKeybaseMsg(message); err != nil {
slogs.Logr.Error("Failed to send message", "error", err)
Expand Down

0 comments on commit 682b757

Please sign in to comment.