Skip to content

Commit e9f3e03

Browse files
committed
[Makefile] Fix incorrect code that tries to use the home var.
1 parent ed09350 commit e9f3e03

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
@@ -39,7 +39,7 @@ auto-publish: setup
3939

4040
.PHONY: publish
4141
publish: setup
42-
npm publish --globalconfig=$HOME/.config/npm/cubing-publish.npmrc
42+
npm publish --globalconfig="${HOME}/.config/npm/cubing-publish.npmrc"
4343

4444
.PHONY: prepublishOnly
4545
prepublishOnly: clean test

0 commit comments

Comments
 (0)