Skip to content

Commit

Permalink
Merge pull request #4237 from LiilyZhang/zhangl/Issue4236
Browse files Browse the repository at this point in the history
Issue #4236 - fix make i18n-catalog command
  • Loading branch information
bencourliss authored Jan 31, 2025
2 parents 42ff033 + 5696e0b commit 8c9234c
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@master; \
go install golang.org/x/text/cmd/gotext@latest; \
fi

gopathlinks:
Expand Down

0 comments on commit 8c9234c

Please sign in to comment.