We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a8acde + d750e54 commit 1db2678Copy full SHA for 1db2678
lib/puppet-strings/tasks/validate.rb
@@ -34,7 +34,7 @@
34
existing = File.read(filename)
35
36
if generated != existing
37
- warn "#{filename} is outdated"
+ warn "#{filename} is outdated; to regenerate: bundle exec rake strings:generate:reference"
38
exit 1
39
end
40
0 commit comments