Skip to content

Commit

Permalink
Merge pull request #4246 from LiilyZhang/zhangl/fixTranslation
Browse files Browse the repository at this point in the history
Issue #4245 - Bug: Fix 'make $(TMPGOPATH)/bin/gotext' target
  • Loading branch information
LiilyZhang authored Feb 5, 2025
2 parents 26ad7ab + 18bf812 commit 9cea4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ $(TMPGOPATH)/bin/gotext:
if [ ! -e "$(TMPGOPATH)/bin/gotext" ]; then \
echo "Fetching gotext"; \
export GOPATH=$(TMPGOPATH); export PATH=$(TMPGOPATH)/bin:$$PATH; \
go install golang.org/x/text/cmd/gotext@latest; \
go install golang.org/x/text/cmd/gotext@v0.21.0; \
fi

gopathlinks:
Expand Down

0 comments on commit 9cea4f1

Please sign in to comment.