Skip to content

Commit

Permalink
Merge pull request #59 from vain/rename-auth-file
Browse files Browse the repository at this point in the history
Rename ~/.auth to ~/.profitbricks-auth
  • Loading branch information
Jasmin Gacic authored Oct 9, 2017
2 parents 6d528e9 + eaf2b9c commit ec04063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You will be notified with the following message if you have provided incorrect c
>Invalid user name or password. Please try again!
```

After successful authentication you will no longer need to provide credentials unless you want to change them. They are stored as a BASE64 encoded string in a '.auth' file in your home directory.
After successful authentication you will no longer need to provide credentials unless you want to change them. They are stored as a BASE64 encoded string in a '.profitbricks-auth' file in your home directory.

# How To's:

Expand Down
2 changes: 1 addition & 1 deletion helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.setJson = setJson
exports.setForce = setForce
exports.force = force

var authFile = (process.env.HOME || process.env.USERPROFILE) + '/.auth'
var authFile = (process.env.HOME || process.env.USERPROFILE) + '/.profitbricks-auth'

var isJson = false
var force = false
Expand Down

0 comments on commit ec04063

Please sign in to comment.