Skip to content

Commit

Permalink
Add another dumb change
Browse files Browse the repository at this point in the history
Required-githooks: true

Change-Id: I0c0c6d187502a3b55af9321e51577a7cd35f5580
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Apr 18, 2024
1 parent 7da45c7 commit 6b81e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def update_rpm_version(version, tag):
pkg_st = subprocess.Popen(cmd, stdout=subprocess.PIPE) # nosec
packager = pkg_st.communicate()[0].strip().decode('UTF-8')
except OSError:
print("You need to have the rpmdev-packager tool (from the "
print(" You need to have the rpmdev-packager tool (from the "
"rpmdevtools RPM on EL7) in order to make releases.\n\n"
"Additionally, you should define %packager in "
"~/.rpmmacros as such:\n"
Expand Down

0 comments on commit 6b81e61

Please sign in to comment.