Skip to content

Commit cddb46f

Browse files
committed
Fix rockspec deploy formatting
1 parent 8a49437 commit cddb46f

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
@@ -52,7 +52,7 @@ rockspecs/$(PACKAGE)-%-0.rockspec: TAG = v$*
5252
rockspecs/$(PACKAGE)-%-0.rockspec: $(PACKAGE).rockspec.in
5353
$(rockpec_template)
5454
sed -i \
55-
-e '/rockspec-format/s/3.0/1.0/' \
55+
-e '/rockspec_format/s/3.0/1.0/' \
5656
-e '/url = "git/a\ dir = "fluent.lua",' \
5757
-e '/issues_url/d' \
5858
-e '/maintainer/d' \

0 commit comments

Comments
 (0)