Skip to content

Commit 0cd012f

Browse files
committed
config/media/pipewire: add missing quotation mark
fixes #748
1 parent 8c52303 commit 0cd012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/media/pipewire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ directly. This can be accomplished by running
9090
for system configurations or, for per-user configurations, running
9191

9292
```
93-
$ mkdir -p "${XDG_CONFIG_HOME}/pipewire/pipewire.conf.d
93+
$ mkdir -p "${XDG_CONFIG_HOME}/pipewire/pipewire.conf.d"
9494
$ echo 'context.exec = [ { path = "/usr/bin/wireplumber" args = "" } ]' \
9595
> "${XDG_CONFIG_HOME}/pipewire/pipewire.conf.d/10-wireplumber.conf"
9696
```

0 commit comments

Comments
 (0)