about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah Schlenker <51035972+noahpy@users.noreply.github.com>2024-04-21 20:23:51 +0200
committerGitHub <noreply@github.com>2024-04-21 20:23:51 +0200
commit48027e63d613f2a2397a39884b4fb3169a23fd13 (patch)
tree015d065e849a1005cf7707d5d578deb9a43b3d5e
parent08be832de68821c51fcd7456095b15c51a311d9a (diff)
downloadbluetoothctl-dmenu-48027e63d613f2a2397a39884b4fb3169a23fd13.tar.gz
bluetoothctl-dmenu-48027e63d613f2a2397a39884b4fb3169a23fd13.zip
Update bluetooth-devices.sh
Co-authored-by: Arne <78976058+4rneee@users.noreply.github.com>
-rwxr-xr-xbluetooth-devices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth-devices.sh b/bluetooth-devices.sh
index 91c3ae9..c93bf84 100755
--- a/bluetooth-devices.sh
+++ b/bluetooth-devices.sh
@@ -3,7 +3,7 @@
 # will be connected / disconnected 
 #   
 
-connect_bluetooth(){
+connect_bluetooth() {
     local MAC=$1
     local DEVICE=$2
     if bluetoothctl connect $MAC | grep -q 'successful'