aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create
index aca74e6..9ab7bb4 100755
--- a/kvmx-create
+++ b/kvmx-create
@@ -149,7 +149,7 @@ kvmx_config
# Check
if [ -e "$image" ]; then
- kvm_user_config overwrite n "WARNING: $image already exists. Overwrite the installation? (y/n)"
+ kvmx_user_config overwrite n "WARNING: $image already exists. Overwrite the installation? (y/n)"
if [ "$overwrite" != "y" ]; then
exit 1