Skip to content

Commit

Permalink
Corrected path for healthchecks mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
j005u committed Nov 15, 2023
1 parent 68eb21c commit 601141f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ entware-mirror:
wget -i /tmp/entware-download.txt

healthchecks:
mkdir -p build/healthchecks/
wget -O build/healthchecks/healthchecks.tar.gz https://github.com/fpv-wtf/wtfos-healthchecks/releases/latest/download/healthchecks.tar.gz
mkdir -p build/packages/healthchecks/
wget -O build/packages/healthchecks/healthchecks.tar.gz https://github.com/fpv-wtf/wtfos-healthchecks/releases/latest/download/healthchecks.tar.gz

clean:
rm -rf ./build
Expand Down

0 comments on commit 601141f

Please sign in to comment.