Changeset 15131

Show
Ignore:
Timestamp:
07/04/08 00:01:22 (3 months ago)
Author:
shunirr
Message:

lang/ruby/citrus/trunk/plugins/wassr_id.rb: fix status code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/citrus/trunk/plugins/wassr_id.rb

    r15130 r15131  
    55        def initialize(*args) 
    66                super 
    7                 @prefix = @config['prefix'] || 'w ' 
     7                @prefix = @config['prefix'] || 'wi ' 
    88        end 
    99