Skip to content

Commit 40f94d0

Browse files
committed
fix README
1 parent 8b7fb7a commit 40f94d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ sha256sum $(BUILDDIR)/$(NAME)-$(1) > $(BUILDDIR)/$(NAME)-$(1).sha256;
4747
echo -e "### $(1)\n\n" >> $(BUILDDIR)/README.md;
4848
echo -e "\`\`\`console" >> $(BUILDDIR)/README.md;
4949
echo -e "# Export the sha256sum for verification." >> $(BUILDDIR)/README.md;
50-
echo -e "$$ export ZOO_CLI_SHA256=\"`cat $(BUILDDIR)/$(NAME)-$(1).sha256 | awk '{print $$1}'`\"\n\n" >> $(BUILDDIR)/README.md;
50+
echo -e "$$ export ZOO_MACHINE_API_SHA256=\"`cat $(BUILDDIR)/$(NAME)-$(1).sha256 | awk '{print $$1}'`\"\n\n" >> $(BUILDDIR)/README.md;
5151
echo -e "# Download and check the sha256sum." >> $(BUILDDIR)/README.md;
5252
echo -e "$$ curl -fSL \"https://dl.zoo.dev/releases/machine-api/v$(VERSION)/$(NAME)-$(1)\" -o \"/usr/local/bin/$(NAME)\" \\" >> $(BUILDDIR)/README.md;
53-
echo -e "\t&& echo \"\$${ZOO_CLI_SHA256} /usr/local/bin/$(NAME)\" | sha256sum -c - \\" >> $(BUILDDIR)/README.md;
53+
echo -e "\t&& echo \"\$${ZOO_MACHINE_API_SHA256} /usr/local/bin/$(NAME)\" | sha256sum -c - \\" >> $(BUILDDIR)/README.md;
5454
echo -e "\t&& chmod a+x \"/usr/local/bin/$(NAME)\"\n\n" >> $(BUILDDIR)/README.md;
5555
echo -e "$$ echo \"$(NAME) machine-api installed!\"\n" >> $(BUILDDIR)/README.md;
5656
echo -e "# Run it!" >> $(BUILDDIR)/README.md;

0 commit comments

Comments
 (0)