fix quoting
authorjeff <jeff>
Thu, 11 Feb 2010 23:15:39 +0000 (23:15 +0000)
committerjeff <jeff>
Thu, 11 Feb 2010 23:15:39 +0000 (23:15 +0000)
FS/FS/part_export/grandstream.pm

index 162fb8c..3a4c08f 100644 (file)
@@ -121,7 +121,7 @@ sub gs_delete {
   ssh_cmd( user => $self->option('user'),
            host => $self->machine,
            command => 'rm',
-           args    => [ '-f', $self->option(tftproot). "/cfg$mac" ],
+           args    => [ '-f', $self->option('tftproot'). "/cfg$mac" ],
          );
   '';