Fix a synax error in the upgrade file.

This commit is contained in:
Colin Kuskie 2010-03-09 16:47:15 -08:00
parent f55acecbb6
commit 8806883cd2

View file

@ -68,7 +68,9 @@ sub addFilePumpMacro {
print "\tAdd the FilePump macro... " unless $quiet;
# and here's our code
$session->config->addToHash('macros', 'FilePump' => 'FilePump');
}
#----------------------------------------------------------------------------
# Describe what our function does
sub fixImportNodeSettings {
my $session = shift;