Skip to content

Commit d9ffed6

Browse files
committed
Fix the linting issue
1 parent 4aba0e4 commit d9ffed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fail() {
1414
curl_opts=(-fsSL)
1515

1616
get_github_token() {
17-
GITHUB_API_TOKEN=$(security find-internet-password -s "github.com" -w 2>/dev/null)
17+
GITHUB_API_TOKEN=$(security find-internet-password -s "github.com" -w 2>/dev/null)
1818
echo "$GITHUB_API_TOKEN"
1919
}
2020

0 commit comments

Comments
 (0)