Bug 1434900 - Typo in spacewalk-schema-upgrade
Summary: Typo in spacewalk-schema-upgrade
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Upgrades
Version: 580
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Tomáš Kašpárek
QA Contact: Dimitar Yordanov
URL:
Whiteboard:
Depends On:
Blocks: sat580-low
TreeView+ depends on / blocked
 
Reported: 2017-03-22 14:49 UTC by Kenny Tordeurs
Modified: 2017-06-21 12:10 UTC (History)
2 users (show)

Fixed In Version: spacewalk-schema-2.5.1-38
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-21 12:10:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
patch (712 bytes, patch)
2017-03-22 14:55 UTC, Kenny Tordeurs
no flags Details | Diff

Description Kenny Tordeurs 2017-03-22 14:49:55 UTC
Description of problem:


Version-Release number of selected component (if applicable):
Satellite 5.8

How reproducible:
100%

Steps to Reproduce:
1. spacewalk-schema-upgrade
2.
3.

Actual results:
# spacewalk-schema-upgrade
~~~
...
Plase make sure you have a valid backup of your database before continuing.
...
~~~

Expected results:
# spacewalk-schema-upgrade
~~~
...
Please make sure you have a valid backup of your database before continuing.
...
~~~

Additional info:

Comment 1 Kenny Tordeurs 2017-03-22 14:55:36 UTC
Created attachment 1265419 [details]
patch

diff -up /usr/bin/spacewalk-schema-upgrade.bkp /usr/bin/spacewalk-schema-upgrade
--- /usr/bin/spacewalk-schema-upgrade.bkp	2017-03-21 15:55:56.277115238 +0100
+++ /usr/bin/spacewalk-schema-upgrade	2017-03-21 15:56:20.714859711 +0100
@@ -291,7 +291,7 @@ close SQL;
 
 if (not @ARGV or $ARGV[0] ne '-y') {
         print "Planning to run spacewalk-sql with [$SCHEMA_UPGRADE_LOGDIR/$stamp-script.sql]\n";
-        print "\nPlase make sure you have a valid backup of your database before continuing.\n\n";
+        print "\nPlease make sure you have a valid backup of your database before continuing.\n\n";
         local $| = 1;
         READ_ENTER:
         print "Hit Enter to continue or Ctrl+C to interrupt: ";

Comment 2 Tomas Lestach 2017-03-22 16:26:26 UTC
Patch accepted. Thank you, Kenny!

spacewalk.git: 6753a27f96607868be6a0e5c6d9dc6b0d2bb73bf


Note You need to log in before you can comment on or make changes to this bug.