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.
1 parent 74f2671 commit 618d720Copy full SHA for 618d720
Makefile
@@ -39,7 +39,7 @@ build:
39
go build -ldflags "-X main.hoverctlVersion=$(GIT_TAG_NAME)" -o ../target/hoverctl
40
41
build-ui:
42
- wget https://github.com/MegafonWebLab/hoverfly-ui/releases/download/v0.2.1/release.zip
+ wget https://github.com/MegafonWebLab/hoverfly-ui/releases/download/v0.2.2/release.zip
43
mkdir hoverfly-ui
44
unzip ./release.zip -d hoverfly-ui
45
cd core && \
0 commit comments