mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-07 01:00:05 +08:00
Correcting specified package type in error message (#58)
This commit is contained in:
+1
-1
@@ -388,7 +388,7 @@ build_deb() {
|
||||
|
||||
cd $RELEASE_DIR
|
||||
if [ ! -f "$PKG.tar.gz" ]; then
|
||||
die "Cannot build RPM because $PKG.tar.gz does not exist"
|
||||
die "Cannot build deb because $PKG.tar.gz does not exist"
|
||||
fi
|
||||
|
||||
# Copy debian pkg files.
|
||||
|
||||
Reference in New Issue
Block a user