From 01b857aa5fb209905d569844bc44710999df84e6 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 3 Aug 2009 14:07:27 +0000 Subject: [PATCH] bad tyops --- FS/FS/part_export/shellcommands.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 11e3b7d4b..faf065593 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -308,7 +308,7 @@ sub _export_command { stdin_string => $stdin_string, ); - if($self->options('no_queue')) { + if($self->option('no_queue')) { # discard return value just like freeside-queued. eval { ssh_cmd(@ssh_cmd_args) }; $error = $@; @@ -387,7 +387,7 @@ sub _export_replace { stdin_string => $stdin_string, ); - if($self->options('no_queue')) { + if($self->option('no_queue')) { # discard return value just like freeside-queued. eval { ssh_cmd(@ssh_cmd_args) }; $error = $@; -- 2.11.0