aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-04-16 21:31:43 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:28:08 +0200
commit413460db6d68a3160a0ed45d7761c7eee1a759f5 (patch)
tree336ec41392f619f6d7e4ede8358182ad59d62e9a
parent77ec2e80ad7085fb5f35a4624ac16bb65d580ca8 (diff)
wibble
-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