diff options
Diffstat (limited to 'scripts/vyatta-image-tools.pl')
-rwxr-xr-x | scripts/vyatta-image-tools.pl | 2 |
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'){ |