| commit | 9f24495e504507ae30abf9565cf1fbc9f93f22a7 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Jul 26 21:27:10 2016 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Jul 26 21:27:10 2016 +0000 |
| tree | d0f5286dba51c02015fedef0b06778ef3709dddb | |
| parent | b12c25a3e60b6deeceec54ccca1592b20bfdb949 [diff] | |
| parent | c6f857f49ca1459f0874e8dcc83be539829e6ee3 [diff] |
Merge "Fix the typo in the file"
diff --git a/tools/xen/install_os_domU.sh b/tools/xen/install_os_domU.sh index 3a61215..66b9eda 100755 --- a/tools/xen/install_os_domU.sh +++ b/tools/xen/install_os_domU.sh
@@ -247,7 +247,7 @@ fi if [ -n "${EXIT_AFTER_JEOS_INSTALLATION:-}" ]; then - echo "User requested to quit after JEOS instalation" + echo "User requested to quit after JEOS installation" exit 0 fi