From be14b294bf31b1309bcde45b097eafdf3bbc1ef2 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 28 Jun 2011 11:35:27 -0500 Subject: Fix typo in error message in last commit --- scripts/vyatta-image-tools.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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'){ -- cgit v1.2.3