diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-16 13:53:32 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-16 13:53:32 +0200 |
commit | 869e1e5a59e26e6b2eb0c99d12c7c4020ccf57fe (patch) | |
tree | ddb8c3523b072ee11e7074c5a2adc5ae68236700 /gitjoe-do.pl | |
parent | udpate (diff) | |
download | gitjoe-scripts-master.tar.gz gitjoe-scripts-master.tar.bz2 gitjoe-scripts-master.tar.xz gitjoe-scripts-master.tar.zst gitjoe-scripts-master.zip |
Diffstat (limited to 'gitjoe-do.pl')
-rwxr-xr-x | gitjoe-do.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitjoe-do.pl b/gitjoe-do.pl index 7c17617..6fd2c05 100755 --- a/gitjoe-do.pl +++ b/gitjoe-do.pl @@ -22,7 +22,7 @@ sub main { $ARGV[0] eq 'rmrepo' || $ARGV[0] eq 'mvrepo' ) { - $called_script = SCRIPTS_DIR . 'src/' . $ARGV[0] . '.pl'; + $called_script = SCRIPTS_DIR . $ARGV[0] . '.pl'; } else { print colored("Failed!\n", 'bold red') |