diff options
Diffstat (limited to 'authtoken.json')
-rwxr-xr-x | authtoken.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authtoken.json b/authtoken.json index 94d5042..c65eb64 100755 --- a/authtoken.json +++ b/authtoken.json @@ -2,7 +2,7 @@ use strict; use File::Basename; -use lib dirname( __FILE__ ) . '/rh-bin'; +use lib dirname( __FILE__ ) . '/lib'; use rddb; my $status = 'ERROR'; |