summaryrefslogtreecommitdiffstats
path: root/scripts/compose_pki_test_package
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-11-09 03:13:23 -0500
committerAbhishek Koneru <akoneru@redhat.com>2013-11-10 15:16:02 -0500
commitc75ce3cf5e20be3f9a4b12f8e2b982a41ca9b4ca (patch)
tree06a92cbce32b75716027fe77260164aae4660da2 /scripts/compose_pki_test_package
parentabd6142c740225d0e7632111fdc19317710a5701 (diff)
downloadpki-c75ce3cf5e20be3f9a4b12f8e2b982a41ca9b4ca.tar.gz
pki-c75ce3cf5e20be3f9a4b12f8e2b982a41ca9b4ca.tar.xz
pki-c75ce3cf5e20be3f9a4b12f8e2b982a41ca9b4ca.zip
Fixes for review comments
Fixed the basic review comments for patches 74,75,76,77,78. Tickets #657,722,723,724,725,785
Diffstat (limited to 'scripts/compose_pki_test_package')
-rwxr-xr-xscripts/compose_pki_test_package2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_pki_test_package b/scripts/compose_pki_test_package
index eca169f6b..705cd9859 100755
--- a/scripts/compose_pki_test_package
+++ b/scripts/compose_pki_test_package
@@ -45,7 +45,7 @@ COMPOSE_DIR=`dirname $0 | cd ; pwd`
PKI_SOURCE_DIR=`cd $COMPOSE_DIR/..; pwd`
### Build the task rpm outside the PKI git source tree.
-### The rhts-build-package command checks if the code is is a git repository,
+### The rhts-mk-build-package command checks if the code is is a git repository,
### if yes, it will compare tags of the current branch and the master branch.
### If they do not match then the rpm is not built.