Skip to content

Commit 0e86c48

Browse files
author
Zhang Cheng
committed
fix typo
1 parent 5a308af commit 0e86c48

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

github2choco.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GUID = '59241a24-a23e-49b7-b65f-4f756164f426'
2323
# Author of this module
2424
Author = 'chantisnake'
2525

26-
e# Company or vendor of this module
26+
# Company or vendor of this module
2727
CompanyName = 'Unknown'
2828

2929
# Copyright statement for this module
@@ -33,7 +33,7 @@ Copyright = '(c) 2016 chantisnake. All rights reserved.'
3333
Description = 'create and manage your choco package like insane'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
gPowerShellVersion = '5.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''
@@ -43,7 +43,7 @@ gPowerShellVersion = '5.0'
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4545
# DotNetFrameworkVersion = ''
46-
n
46+
4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
4949

@@ -53,7 +53,7 @@ n
5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @('PSGitHub')
5555

56-
a# Assemblies that must be loaded prior to importing this module
56+
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -63,7 +63,7 @@ a# Assemblies that must be loaded prior to importing this module
6363
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
h# FormatsToProcess = @()
66+
# FormatsToProcess = @()
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6969
# NestedModules = @()

0 commit comments

Comments
 (0)