Skip to content

Commit

Permalink
Make it simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
sblausten committed Oct 18, 2024
1 parent 11d07fe commit 2b191d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/integrations/jira/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ amlyYS1tYWlsQGV4YW1wbGUuY29tOmhUQmdxVmNyY3hSWXBUNVRDelRBOUMwRg==
```
Via the following command:
```bash
read -s tmp; echo -n "jira-mail@example.com:$tmp" | base64 ; unset tmp
echo -n "<email>:<password>" | base64
```
NOTE: the `-n` flag removes new line characters from the echo output.

Expand Down

0 comments on commit 2b191d6

Please sign in to comment.