Compare commits

...

2 Commits

Author SHA1 Message Date
fftux 3c8c3d7a0a
Merge 92340d129f into 163b1a297e 2024-03-23 08:49:59 -04:00
fftux 92340d129f
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.
2023-12-16 01:16:38 -05:00
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 "$@"