Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix webui url
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jul 26, 2022
1 parent e9271c7 commit 0621741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-webui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "⇣ Downloading webui dist to $OUTDIR ⇣"
mkdir -p $OUTDIR

# Downloads latest release
url=$(curl -s https://api.github.com/repos/filecoin-project/saturn-webui/releases/latest | \
url=$(curl -s https://api.github.com/repos/filecoin-saturn/saturn-webui/releases/latest | \
jq -r '.assets[] | select(.name|match("saturn-webui.tar.gz$")) | .browser_download_url')

curl -L $url | tar -zx -C $OUTDIR

0 comments on commit 0621741

Please sign in to comment.