Skip to content

Commit

Permalink
[ansible/sound] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 22, 2023
1 parent 74356ff commit ad6161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/sound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
elif pgrep -x "pipewire$" &>/dev/null; then
echo "pipewire"
else
if pactl info &>>/den/null; then
if pactl info &>>/dev/null; then
echo "pulseaudio"
else
echo "n/a"
Expand Down

0 comments on commit ad6161f

Please sign in to comment.