Skip to content

Commit a71ef34

Browse files
committed
fix: remove redudant trailing slash
1 parent 09dce79 commit a71ef34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configs/.config/hyde/wallbash/scripts/spotify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ EOF
6363
spotify_path="${shareDir}/spotify-launcher/install/usr/bin/spotify"
6464
elif [ -d /opt/spotify ]; then
6565
spotify_path='/opt/spotify'
66-
elif [ -d /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/ ]; then
67-
spotify_path='/var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/'
66+
elif [ -d /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify ]; then
67+
spotify_path='/var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify'
6868
fi
6969
if [ ! -w "${spotify_path}" ] || [ ! -w "${spotify_path}/Apps" ]; then
7070
notify_and_set_permissions "${spotify_path}"

0 commit comments

Comments
 (0)