IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16225


Ignore:
Timestamp:
Jan 24, 2008, 4:44:49 PM (18 years ago)
Author:
jhoblitt
Message:

use find_object() instead of find_instances()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-touch

    r16182 r16225  
    33# Copyright (C) 2007-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-touch,v 1.5 2008-01-22 21:40:39 jhoblitt Exp $
     5# $Id: neb-touch,v 1.6 2008-01-25 02:44:49 jhoblitt Exp $
    66
    77use strict;
     
    4040    unless defined $neb;
    4141
    42 unless ($neb->find($file)) {
     42
     43unless ($neb->find_objects($file)) {
    4344    $neb->create($file, $volume)
    4445        or die "failed to create Nebulous key $file";
Note: See TracChangeset for help on using the changeset viewer.