Skip to content

Commit

Permalink
Fixing a parse error.
Browse files Browse the repository at this point in the history
  • Loading branch information
masonwheeler committed Jan 21, 2018
1 parent 4b1f4d7 commit d116424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-release.boo
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def client():
wc.Headers['Authorization'] = 'token ' + Environment.GetEnvironmentVariable('GITHUB_TOKEN')
# The API requires this custom Accept header while in beta
wc.Headers.Add('Accept', 'application/vnd.github.manifold-preview')
wc.Headers.Add('user-agent', 'boo-lang')
wc.Headers.Add('user-agent', 'boo-lang')
return wc

if len(argv) < 2:
Expand Down

0 comments on commit d116424

Please sign in to comment.