Skip to content

Commit

Permalink
Merge pull request #1 from cakebaker/patch-1
Browse files Browse the repository at this point in the history
Fix typo in run.sh
  • Loading branch information
Neilpang authored Nov 8, 2023
2 parents 9c93112 + 2f2e522 commit 52f90c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ runSSHFSInVM() {
if [ -e "hooks/onRunSSHFS.sh" ] && ssh "$osname" sh <hooks/onRunSSHFS.sh; then
echo "OK";
elif [ "$VM_SSHFS_PKG" ]; then
echo "Insalling $VM_SSHFS_PKG"
echo "Installing $VM_SSHFS_PKG"
ssh "$osname" sh <<EOF
$VM_INSTALL_CMD $VM_SSHFS_PKG
Expand Down

0 comments on commit 52f90c3

Please sign in to comment.