Skip to content

Commit a0c8d2e

Browse files
committed
updated spotify_commit_playlists.sh
1 parent 8954585 commit a0c8d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/spotify_commit_playlists.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ commit_playlist(){
8686
read -r -p "Hit enter to commit playlist '$playlist' or Control-C to exit"
8787
echo
8888
git add "$playlist" "spotify/$playlist"
89-
git ci -m "updated $playlist spotify/$playlist"
89+
git ci -m "updated $playlist"
9090
}
9191

9292
find_net_removals(){

0 commit comments

Comments
 (0)