Skip to content

Commit e82e9b6

Browse files
committed
just: Fix missing quote in configure-bluetooth-headset-profile
1 parent b40c2c4 commit e82e9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/justfiles/gidro-os.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ configure-bluetooth-headset-profile ACTION="prompt":
312312
fi
313313
elif [ "$OPTION" == "Enable (Default)" ] || [ "${OPTION,,}" == "enable" ]; then
314314
if [ $(find "${WIREPLUMBER_DIR}" -type f | wc -l) -eq 1 ] && [ -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
315-
sudo rm -r "${WIREPLUMBER_DIR}
315+
sudo rm -r "${WIREPLUMBER_DIR}"
316316
else
317317
sudo rm "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}"
318318
fi

0 commit comments

Comments
 (0)