Skip to content

Commit

Permalink
White space clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 6, 2021
1 parent 5d5d925 commit 5912d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function disk_delete() {
local SHORTCUT_DIR="/home/${USER}/.local/share/applications/"
if [ -e "${SHORTCUT_DIR}/${VMNAME}.desktop" ]; then
rm -v "${SHORTCUT_DIR}/${VMNAME}.desktop"
echo "Deleted ${VM} desktop shortcut"
echo "Deleted ${VM} desktop shortcut"
fi
}

Expand Down

0 comments on commit 5912d66

Please sign in to comment.