Skip to content

Commit

Permalink
style: remove spaces
Browse files Browse the repository at this point in the history
hoping that spending time on this space will help fix the continuum ...
  • Loading branch information
TuxVinyards committed Oct 19, 2024
1 parent f296205 commit 4d56e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ function create_vm() {
fi;;
reactos)
if [[ ${ISO} = *".zip"* ]]; then
unzip -qo "${VM_PATH}/${ISO}" -d "${VM_PATH}"
unzip -qo "${VM_PATH}/${ISO}" -d "${VM_PATH}"
rm -f "${VM_PATH}/${ISO}"
ISO="$(ls -1 "${VM_PATH}/"*.iso)"
fi;;
Expand Down

0 comments on commit 4d56e12

Please sign in to comment.