Skip to content

Commit a6729ca

Browse files
giordanostaticfloat
authored andcommitted
Fix typo
1 parent 8262f06 commit a6729ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wizard/deploy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function activate_travis_repo(repo_id, travis_token; travis_endpoint=DEFAULT_TRA
191191
HTTP.post("$(travis_endpoint)repo/$(repo_id)/activate"; headers=headers)
192192
end
193193

194-
function obtain_token(outs, ins, repo_name, user; github_api=Github.DEFAULT_API)
194+
function obtain_token(outs, ins, repo_name, user; github_api=GitHub.DEFAULT_API)
195195
println(outs)
196196
printstyled(outs, "Creating a github access token.\n", bold=true)
197197
println(outs, """

0 commit comments

Comments
 (0)