Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Oct 13, 2023
1 parent b0118ab commit b708c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_mac/magpi-issue-downloader-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "Latest Issues is " "$latest_issues"

file="$BASEDIR/sources-for-download/regular-issues.txt";

if bash $(dirname "$0")/magpi-issue-downloader.sh -f "$latest_issues" -l "$latest_issues"; then
if bash "$(dirname "$0")"/magpi-issue-downloader.sh -f "$latest_issues" -l "$latest_issues"; then
echo "Download was successful."
echo "$latest_issues" > "$file"
else
Expand Down

0 comments on commit b708c78

Please sign in to comment.