Skip to content

Commit

Permalink
Update check-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Jan 10, 2024
1 parent ab683a7 commit 760e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
while read _plugin; do
plugin_name="$(echo ${_plugin} | awk -F== '{print $1}')"
plugin_version="$(echo ${_plugin} | awk -F== '{print $2}')"
wget ${gh_download}${plugin_name}${develop_path}.tar.gz -O ${plugin_name}.tar.gz
wget ${gh_download}${plugin_name}${develop_path} -O ${plugin_name}.tar.gz
done < plugins.txt
for file in *.tar.gz; do
tar xzf "$file";
Expand Down

0 comments on commit 760e66e

Please sign in to comment.