Skip to content

Commit

Permalink
Fix typo in Makefile's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Oct 25, 2020
1 parent ad061d2 commit 227de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supporting/shims/kiennq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ URL?=https://github.com/kiennq/scoop-better-shimexe/releases/download/$(VER)/$(Z
LATEST_URL?=https://github.com/kiennq/scoop-better-shimexe/releases/latest
NEWVER=$(shell cat version.txt)

all: verify ## make download upzip verify
all: verify ## make download unzip verify

version.txt:
@curl --max-redirs 0 -s -D - -o /dev/null $(LATEST_URL) | grep -i ^location | sed -E -e "s|.*/([^/]+)$$|\1|" >version.txt
Expand Down

0 comments on commit 227de6c

Please sign in to comment.