aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvirtualenv/virt2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv/virt b/virtualenv/virt
index 4d86b6a..bc7b155 100755
--- a/virtualenv/virt
+++ b/virtualenv/virt
@@ -144,7 +144,7 @@ view(){
cat >&2 <<- EOF
Error: Domain $domain does not exist. To create it, run
- ./virt install $domain
+ $0 install $domain
EOF
exit 1
elif ! isActive "$domain"; then