Skip to content

Commit c69bff3

Browse files
committed
apply some off-line feedback
1 parent bd4cf96 commit c69bff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all: $(PUBLISHED) .git/hooks/pre-commit
55

66
drafts/template.md: template.ptxt
77
@echo "Creating draft from template"
8-
src/convert-to-md.sh template.txt drafts/template.md
8+
src/convert-to-md.sh template.ptxt drafts/template.md
99

1010
published/%.ptxt: drafts/%.md
1111
@echo "Converting $< to $@"

0 commit comments

Comments
 (0)