Skip to content

Commit a54b8bc

Browse files
authored
Change script shebangs, fix minor doc typeo (#708)
1 parent 245efa9 commit a54b8bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ page_desc = { fg = "Cyan", modifiers = ["Bold"] }
276276
playlist_desc = { fg = "BrightBlack", modifiers = ["Dim"] }
277277
table_header = { fg = "Blue" }
278278
secondary_row = {}
279-
like = {]
279+
like = {}
280280
lyrics_played = { modifiers = ["Dim"] }
281281
```
282282

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -eux -o pipefail
44

scripts/theme_parse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/python
1+
#!/usr/bin/env python3
22

33
import sys
44
import requests

0 commit comments

Comments
 (0)