Skip to content

Commit 6e0280a

Browse files
committed
address comment
1 parent ca8fec1 commit 6e0280a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ install:
1111

1212
lint:
1313
npm run lint
14-
python scripts/fix.py --path ./aep/general/
15-
python scripts/validate_links.py
14+
python3 scripts/fix.py --path ./aep/general/
15+
python3 scripts/validate_links.py
1616

1717
check:
1818
npm run check
19-
python scripts/fix.py --check --path ./aep/general/
20-
python scripts/validate_links.py
19+
python3 scripts/fix.py --check --path ./aep/general/
20+
python3 scripts/validate_links.py

0 commit comments

Comments
 (0)