Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Sep 20, 2023
1 parent 4556401 commit 84009c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/download-zkeys-micro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ do
curl $url -o $p
extension="${filename##*.}"
if [ "$extension" == "gz" ]
do
then
tar -xvf $p
fi
done
Expand Down

0 comments on commit 84009c0

Please sign in to comment.