Fixed broken relative path

Relative path redirecting to cli.py was not working when executed from the tools directory.  Updated path with '..' to fixed broken reference.
This commit is contained in:
fftux 2023-12-16 01:16:38 -05:00 committed by GitHub
parent fa8c7ddef5
commit 92340d129f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
# This script has moved.
management/cli.py "$@"
../management/cli.py "$@"