Skip to content

Commit 41ef591

Browse files
davidseibeldavidseibel
authored andcommitted
Update company name
1 parent a0c1d39 commit 41ef591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AutoMatePS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'Unknown'
3030
Copyright = '(c) AutomatePS. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'AutomatePS provides PowerShell integration with HelpSystems Automate Enterprise'
33+
Description = 'AutomatePS provides PowerShell integration with Fortra Automate'
3434

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

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ($PSCmdlet.ShouldProcess("Updating module manifest")) {
1919
Guid = "410dd814-d087-4645-a62e-0388a22798c0"
2020
Path = ".\AutomatePS.psd1"
2121
Author = "AutomatePS"
22-
Description = "AutomatePS provides PowerShell integration with HelpSystems Automate Enterprise"
22+
Description = "AutomatePS provides PowerShell integration with Fortra Automate"
2323
RootModule = "AutomatePS.psm1"
2424
PowerShellVersion = "5.0"
2525
FormatsToProcess = "AutomatePS.Format.ps1xml"

0 commit comments

Comments
 (0)