Skip to content

Commit f1027ce

Browse files
Merge pull request #32 from theohbrothers/fix/modulemanifest-use-text-in-module-manifest-description
Fix (modulemanifest): Use text in module manifest description
2 parents e55a2a2 + 58f6c70 commit f1027ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/definitions/modulemanifest/definition.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Author = 'Log-Rotate'
1010
CompanyName = 'The Oh Brothers'
1111
Copyright = '(c) 2017 The Oh Brothers'
12-
Description = 'A replica of the [logrotate utility](https://github.com/logrotate/logrotate "logrotate utility"), except this also runs on Windows systems.'
12+
Description = 'A replica of the logrotate utility, except this also runs on Windows systems.'
1313
PowerShellVersion = '3.0'
1414
# PowerShellHostName = ''
1515
# PowerShellHostVersion = ''

src/Log-Rotate/Log-Rotate.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'The Oh Brothers'
3030
Copyright = '(c) 2017 The Oh Brothers'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'A replica of the [logrotate utility](https://github.com/logrotate/logrotate "logrotate utility"), except this also runs on Windows systems.'
33+
Description = 'A replica of the logrotate utility, except this also runs on Windows systems.'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '3.0'

0 commit comments

Comments
 (0)