IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2014, 3:41:46 PM (12 years ago)
Author:
watersc1
Message:

Typos that apparently didn't get excercised previously. Also, another missing dbname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/sc_prepare_chip.pl

    r36953 r36966  
    535535   
    536536    if (defined $id and not $no_update) {
    537         my $command = "remotetool -updaterun -stage_id $id";
     537        my $command = "remotetool -updaterun -remote_id $id";
    538538        $command .= " -fault $exit_code " if defined $exit_code;
    539539        $command .= " -set_state $exit_state " if defined $exit_state;
Note: See TracChangeset for help on using the changeset viewer.