Skip to content

Commit 657d763

Browse files
committed
fix: change main -> master for Spotify_Sleek.tar.gz
1 parent a71ef34 commit 657d763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ configure_spicetify() {
3333

3434
spicetify_themes_dir="$HOME/.config/spicetify/Themes"
3535
if [ ! -d "${spicetify_themes_dir}/Sleek" ]; then
36-
curl -L -o "${cache_dir}/landing/Spotify_Sleek.tar.gz" "https://github.com/HyDE-Project/HyDE/raw/main/Source/arcs/Spotify_Sleek.tar.gz"
36+
curl -L -o "${cache_dir}/landing/Spotify_Sleek.tar.gz" "https://github.com/HyDE-Project/HyDE/raw/master/Source/arcs/Spotify_Sleek.tar.gz"
3737
tar -xzf "${cache_dir}/landing/Spotify_Sleek.tar.gz" -C "$spicetify_themes_dir"
3838
fi
3939
spicetify backup apply

0 commit comments

Comments
 (0)