Skip to content

Commit 0cec5ac

Browse files
committed
Use python3 in run_scripts
1 parent 204696b commit 0cec5ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

run_scripts.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
TARGET="./_posts"
44

5-
python markdown_file_processor.py --path "$TARGET"
6-
python fix_frontmatter.py --path "$TARGET"
7-
python search_code_snippets.py --path "$TARGET"
8-
# python process_markdown_frontmatter.py --path "$TARGET"
9-
python rename_files_spaces.py --path "$TARGET"
10-
python markdown_frontmatter_cleanup.py --path "$TARGET"
5+
python3 markdown_file_processor.py --path "$TARGET"
6+
python3 fix_frontmatter.py --path "$TARGET"
7+
python3 search_code_snippets.py --path "$TARGET"
8+
# python3 process_markdown_frontmatter.py --path "$TARGET"
9+
python3 rename_files_spaces.py --path "$TARGET"
10+
python3 markdown_frontmatter_cleanup.py --path "$TARGET"

0 commit comments

Comments
 (0)