Skip to content

Commit

Permalink
Merge pull request #7 from sameignatovich/master
Browse files Browse the repository at this point in the history
Fix variable in path
  • Loading branch information
RavenSystem authored Jan 3, 2021
2 parents f06f7da + edce4f6 commit 8a847b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haa_downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ else
pwd
echo "--------------------------------------------------------"
echo
cp -v "$webroot"/"repository"/"$version"/* "$webroot"/"repository"/
cp -v "$webroot"/"$repository"/"$version"/* "$webroot"/"$repository"/
fi
echo
rate_limit=$(curl -s "https://api.github.com/rate_limit" | grep -Pom 1 '(?<="limit": )[^,}]*')
Expand Down

0 comments on commit 8a847b2

Please sign in to comment.