Skip to content

Commit

Permalink
Merge pull request #62 from JaKooLit/development
Browse files Browse the repository at this point in the history
updated nwg-look.sh
  • Loading branch information
JaKooLit authored May 1, 2024
2 parents 4642e11 + d0c3cec commit 1814aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-scripts/nwg-look.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if git clone --recursive -b "$nwg_tag" --depth 1 https://github.com/nwg-piotr/nw
mv "$MLOG" ../Install-Logs/ || true
cd ..
else
echo -e "${ERROR} Download failed for nwg-look tag: $TAG." 2>&1 | tee -a "$LOG"
echo -e "${ERROR} Failed to download nwg-look. Please check your connection" 2>&1 | tee -a "$LOG"
mv "$MLOG" ../Install-Logs/ || true
exit 1
fi
Expand Down

0 comments on commit 1814aaf

Please sign in to comment.