1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Fix typo in makefile

This commit is contained in:
Michal Opala 2020-10-10 23:46:42 +02:00
parent 419c4116cc
commit d3a340ea9c

View File

@ -42,7 +42,7 @@ docker run --rm \
-i $(IMAGE)
endef
# Append audio and hard disk device configuratiom
# Append audio and hard disk device configuration
define BASIC_SH
$(file < $(SELF)/basic.sh)
-audiodev driver=pa,id=sound1,server=localhost \