We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f6aee8 + 2fd483e commit a3e6b2fCopy full SHA for a3e6b2f
Makefile
@@ -145,7 +145,7 @@ node_modules/.installed: package-lock.json
145
mkdir -p .bin/aqua-$(AQUA_VERSION); \
146
tempfile=$$($(MKTEMP) --suffix=".aqua-$(AQUA_VERSION).tar.gz"); \
147
curl -sSLo "$${tempfile}" "$(AQUA_URL)"; \
148
- echo "$(AQUA_CHECKSUM) $${tempfile}" | shasum -a 256 -c -; \
+ echo "$(AQUA_CHECKSUM) $${tempfile}" | shasum -a 256 -c; \
149
tar -x -C .bin/aqua-$(AQUA_VERSION) -f "$${tempfile}"
150
151
$(AQUA_ROOT_DIR)/.installed: .aqua.yaml .bin/aqua-$(AQUA_VERSION)/aqua
0 commit comments