Change name of file where publish token is saved.

This commit is contained in:
Dominik Picheta 2017-02-22 18:17:18 +01:00 committed by GitHub
commit 8e143a097d

View file

@ -15,7 +15,7 @@ type
token: string ## base64 encoding of user:pw
const
ApiKeyFile = "api_token"
ApiKeyFile = "github_api_token"
proc userAborted() =
raise newException(NimbleError, "User aborted the process.")