Skip to content

Commit a3e6b2f

Browse files
authored
Merge pull request #88 from ianlewis/repo-template
Sync w/ upstream ianlewis/repo-template
2 parents 1f6aee8 + 2fd483e commit a3e6b2f

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
@@ -145,7 +145,7 @@ node_modules/.installed: package-lock.json
145145
mkdir -p .bin/aqua-$(AQUA_VERSION); \
146146
tempfile=$$($(MKTEMP) --suffix=".aqua-$(AQUA_VERSION).tar.gz"); \
147147
curl -sSLo "$${tempfile}" "$(AQUA_URL)"; \
148-
echo "$(AQUA_CHECKSUM) $${tempfile}" | shasum -a 256 -c -; \
148+
echo "$(AQUA_CHECKSUM) $${tempfile}" | shasum -a 256 -c; \
149149
tar -x -C .bin/aqua-$(AQUA_VERSION) -f "$${tempfile}"
150150

151151
$(AQUA_ROOT_DIR)/.installed: .aqua.yaml .bin/aqua-$(AQUA_VERSION)/aqua

0 commit comments

Comments
 (0)