Skip to content

Commit

Permalink
chore(gazelle): clarify a particular failure message (bazelbuild#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
srabraham authored and ianpegg-bc committed May 12, 2023
1 parent b4791c5 commit 6f3f203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/manifest/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
log.Fatalf("ERROR: %v\n", err)
}
log.Fatalf(
"ERROR: %q is out-of-date, follow the intructions on this file for updating.\n",
"ERROR: %q is out-of-date. Follow the update instructions in that file to resolve this.\n",
manifestRealpath)
}
}

0 comments on commit 6f3f203

Please sign in to comment.