change dir in lint script (#3112)

revert-3087-ng-scaffold
k4lizen 6 months ago committed by GitHub
parent 51f2e98b84
commit c64d44b2c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,8 @@ set -o errexit
source "$(dirname "$0")/scripts/common.sh"
cd $PWNDBG_ABS_PATH
help_and_exit() {
echo "Usage: ./lint.sh [-f|--fix]"
echo " -f, --fix fix issues if possible"

Loading…
Cancel
Save