Skip to content

Commit

Permalink
fix: typo on credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Sep 11, 2024
1 parent 66a3be5 commit 8abfc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class Api extends Command {
' api [-c file] [-n name] [-t path] [-m method] [-d dataJsonString]\n' +
' api [-c file] -u url [-p password] [-n name] [-t path] [-m method] [-d dataJsonString]\n' +
' Use --caproverName to use an already logged in CapRover machine\n' +
' Use --caproverUrl and --caproverPassword to login on the fly to a CapRover machine, if also --caproverName is present, login credetials are stored locally'
' Use --caproverUrl and --caproverPassword to login on the fly to a CapRover machine, if also --caproverName is present, login credentials are stored locally'

protected description =
'Call a generic API on a specific CapRover machine. Use carefully only if you really know what you are doing!'
Expand Down
2 changes: 1 addition & 1 deletion src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class Deploy extends Command {
' deploy [-c file] [-n name] [-a app] [-b branch | -t tarFile | -i image]\n' +
' deploy [-c file] -u url [-p password] [-n name] [-a app] [-b branch | -t tarFile | -i image]\n' +
' Use --caproverName to use an already logged in CapRover machine\n' +
' Use --caproverUrl and --caproverPassword to login on the fly to a CapRover machine, if also --caproverName is present, login credetials are stored locally\n' +
' Use --caproverUrl and --caproverPassword to login on the fly to a CapRover machine, if also --caproverName is present, login credentials are stored locally\n' +
' Use one among --branch, --tarFile, --imageName'

protected description =
Expand Down

0 comments on commit 8abfc34

Please sign in to comment.