Skip to content

Commit

Permalink
install_packages changed warn message
Browse files Browse the repository at this point in the history
Fixed warning message for unknown action after packges.
Changed inside of the message "Unknow" to "Unknown"
  • Loading branch information
Oliver Schraml authored and Thomas Lange committed Mar 21, 2019
1 parent 41fbd7c commit 1fedb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_packages
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ sub readconfig {

if (/^PACKAGES\s+(\S+)\s*/) {
($type,$cllist) = ($1,$');
warn "WARNING: Unknow action $type after PACKAGES\n" unless defined $command{$type};
warn "WARNING: Unknown action $type after PACKAGES\n" unless defined $command{$type};
# by default no classes are listed after this command so doit
$doit = 1;
if ($cllist) {
Expand Down

0 comments on commit 1fedb4f

Please sign in to comment.