Skip to content

Commit

Permalink
Adding semicolon for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Thomas committed Jul 22, 2016
1 parent 022e3c9 commit 778ce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/vmtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vmware-iso|vmware-vmx)

# Use open-vm-tools
if [ "$ubuntu_version" = "16.04" ]; then
apt-get install -y open-vm-tools
apt-get install -y open-vm-tools;
mkdir /mnt/hgfs;
else
mkdir -p /tmp/vmware;
Expand Down

0 comments on commit 778ce61

Please sign in to comment.