summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-06-28 11:35:27 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-06-28 11:35:27 -0500
commitbe14b294bf31b1309bcde45b097eafdf3bbc1ef2 (patch)
tree9fe7ce35132f151fa145c288141188593f1194be
parent416b7ef14900acabb2ce7fa398abdc32f2644d97 (diff)
downloadvyatta-op-be14b294bf31b1309bcde45b097eafdf3bbc1ef2.tar.gz
vyatta-op-be14b294bf31b1309bcde45b097eafdf3bbc1ef2.zip
Fix typo in error message in last commit
-rwxr-xr-xscripts/vyatta-image-tools.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-image-tools.pl b/scripts/vyatta-image-tools.pl
index 2edeb10..067ab28 100755
--- a/scripts/vyatta-image-tools.pl
+++ b/scripts/vyatta-image-tools.pl
@@ -180,7 +180,7 @@ sub update {
exit 1;
}
if ($t_topdir eq 'disk-install'){
- print "Cannot clone to running\n";
+ print "Cannot clone to disk-install\n";
exit 1;
}
if ($t_topdir eq 'url'){