aboutsummaryrefslogtreecommitdiff
path: root/gazelle
diff options
context:
space:
mode:
authorSean R. Abraham <seanabraham@gmail.com>2022-12-24 13:48:20 -0700
committerGitHub <noreply@github.com>2022-12-24 12:48:20 -0800
commit1ceb620aeb0819baa8546b5f9ed1c03d7d555b21 (patch)
tree2d14d85f90a019b06aa8273fc12d376ef0c41df9 /gazelle
parentb45526736b30d10e76562fe1d79512df996c4964 (diff)
downloadbazelbuild-rules_python-1ceb620aeb0819baa8546b5f9ed1c03d7d555b21.tar.gz
chore(gazelle): clarify a particular failure message (#939)
Diffstat (limited to 'gazelle')
-rw-r--r--gazelle/manifest/test/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gazelle/manifest/test/test.go b/gazelle/manifest/test/test.go
index 8b580b1..207923c 100644
--- a/gazelle/manifest/test/test.go
+++ b/gazelle/manifest/test/test.go
@@ -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)
}
}