Skip to content

Commit

Permalink
update un-indent the string Signed-off-by: Author Name gaurang.kudale…
Browse files Browse the repository at this point in the history
[email protected]

Signed-off-by: Gaurang Kudale <[email protected]>
  • Loading branch information
gaurangkudale committed Oct 18, 2023
1 parent 4e5a9ab commit 1e38fba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_gpg_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ argocd gpg add [flags]
# Add a GPG public key to the server's key
argocd gpg add --key <GPG_PUBLIC_KEY>
```

### Options
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/commands/argocd_gpg_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ argocd gpg get KEYID [flags]

```
# Get the GPG public key with a specific ID
argocd gpg get <KEYID>
# Get the GPG public key with a specific ID
argocd gpg get <KEYID>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/commands/argocd_gpg_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ argocd gpg list [flags]

```
# List all configured GPG public keys
argocd gpg list
# List all configured GPG public keys
argocd gpg list
```

Expand Down

0 comments on commit 1e38fba

Please sign in to comment.