#565 fix netdisco-do when no device param needed

This commit is contained in:
Oliver Gorwits
2019-04-24 22:50:54 +01:00
parent 0f2ce6b055
commit af428ddb0d
2 changed files with 9 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ print color 'reset';
my $term = Term::ReadLine->new('netdisco');
my $bool = $term->ask_yn(
prompt => 'So, is all off the above in place?', default => 'n',
prompt => 'So, is all of the above in place?', default => 'n',
);
exit(0) unless $bool;