Skip to content

Commit 6a315ec

Browse files
committed
Fix 2 typos
1 parent 6a918e6 commit 6a315ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AzureDevOpsBackup:
44

55
### Added
66
- Added an option to test the connection to the Azure DevOps REST API and folder write access with argument: '**--healthcheck**' - this will test the connection to the Azure DevOps REST API and backup folder write test and show the result.
7-
- Added support for a new argument to create a 'real' Git clone of the repository with argument: '**--fullgitbackup**' useing **LibGit2Sharp** - this will create a real Git clone of the repository instead of just a zip file or unzipped, so you can use the Git clone for further development or other purposes (optional)
7+
- Added support for a new argument to create a 'real' Git clone of the repository with argument: '**--fullgitbackup**' using **LibGit2Sharp** - this will create a real Git clone of the repository instead of just a zip file or unzipped, so you can use the Git clone for further development or other purposes (optional)
88

99
### Fixed
1010
- Fixed a bug in the backup tool, where the tool would crash if a repository was not found/disabled in the Azure DevOps organization. The tool now skips the repository and continues with the next one.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Note we are also saving the original JSON item list we got from the repository c
151151
- --daystokeepbackup: Set the number of days to retain backup files before automatic removal (default is 30 days if not specified).
152152
- --simpelreportlayout: Use this option to use the old email report layout.
153153
- --priority <priority> <high/low>: Specify the email priority for notifications (e.g., high, normal, low). Default (normal) if not set.
154-
- --noattatchlog: Use this option to not attatch the log file to the email report.
154+
- --noattatchlog: Use this option to not attach the log file to the email report.
155155
- --healthcheck: Use this to check if the Azure DevOps API is reachable and the token is valid and the backup folder have write access.
156156
- --fullgitbackup: Use this option to create a full Git clone of the repository too on top of a zip file or unzipped (snapshot).
157157

0 commit comments

Comments
 (0)