diff mbox

Fix typo in function install

Message ID 1488870977-8135-2-git-send-email-geza.gemes@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gémes Géza March 7, 2017, 7:16 a.m. UTC
Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
---
 lib/commands.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/lib/commands.sh b/lib/commands.sh
index be445a7..5b653b3 100755
--- a/lib/commands.sh
+++ b/lib/commands.sh
@@ -70,7 +70,7 @@  function unraise() {
 
 function install() {
     # need single braces for filename matching expansion
-    if [ ! -f xen-sytem*rpm ] && [ ! -f xen-system*deb ]
+    if [ ! -f xen-system*rpm ] && [ ! -f xen-system*deb ]
     then
         error_echo You need to raise build first.
         exit 1