Skip to content

Commit cf7ff4f

Browse files
Merge pull request #44 from theohbrothers/fix/modulemanifest-fix-author-in-module-manifest
Fix (modulemanifest): Fix author in module manifest
2 parents 3d54851 + c8e14b0 commit cf7ff4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/definitions/modulemanifest/definition.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
RootModule = 'Log-Rotate.psm1'
77
# ModuleVersion = '' # Value will be set for each publication based on the tag ref. Defaults to '0.0.0' in development environments and regular CI builds
88
GUID = '44347384-7b42-439e-b835-f8bdcfe0c33c'
9-
Author = 'Log-Rotate'
9+
Author = 'The Oh Brothers'
1010
CompanyName = 'The Oh Brothers'
1111
Copyright = '(c) 2017 The Oh Brothers'
1212
Description = 'A replica of the logrotate utility, except this also runs on Windows systems.'

src/Log-Rotate/Log-Rotate.psd1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
22
# Module manifest for module 'PSGet_Log-Rotate'
33
#
4-
# Generated by: Log-Rotate
4+
# Generated by: The Oh Brothers
55
#
6-
# Generated on: 5/21/21
6+
# Generated on: 5/28/21
77
#
88

99
@{
@@ -21,7 +21,7 @@ ModuleVersion = '0.0.0'
2121
GUID = '44347384-7b42-439e-b835-f8bdcfe0c33c'
2222

2323
# Author of this module
24-
Author = 'Log-Rotate'
24+
Author = 'The Oh Brothers'
2525

2626
# Company or vendor of this module
2727
CompanyName = 'The Oh Brothers'

0 commit comments

Comments
 (0)