Skip to content

Commit c146ff0

Browse files
committed
Update bitbucket API token usage example in README
Updated example for using an API token in README. Update for #217
1 parent 3a4641c commit c146ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ To backup all your Bitbucket repositories to the default backup directory (``$HO
440440
Using an API token (recommended):
441441

442442
```lang=bash
443-
$ BITBUCKET_USERNAME=username BITBUCKET_TOKEN=token gitbackup -service bitbucket
443+
$ BITBUCKET_USERNAME=<your atlassian email> BITBUCKET_TOKEN=token gitbackup -service bitbucket
444444
```
445445

446446
Using an app password (deprecated, disabled after June 9, 2026):

0 commit comments

Comments
 (0)