Skip to content

Commit 0283c80

Browse files
committed
Revert line break
1 parent c935982 commit 0283c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ ARCHIVES-INIT="(progn \
2727
# version 26.x. By setting variable `package-archives` manually resolved
2828
# this issue.
2929
build:
30-
@$(CASK) $(EMACS) -Q --batch --eval $(ARCHIVES-INIT)
30+
@$(CASK) $(EMACS) -Q --batch \
31+
--eval $(ARCHIVES-INIT)
3132
cask install
3233

3334

0 commit comments

Comments
 (0)