Skip to content

Commit 11b628d

Browse files
committed
update description and remove useless argument to publish-moduble
1 parent 27d5f3b commit 11b628d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lesspass.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CompanyName = 'LessPass'
2222
Copyright = 'MIT'
2323

2424
# Description of the functionality provided by this module
25-
Description = 'lesspass Password manager'
25+
Description = 'LessPass: Stateless Password Manager'
2626

2727
# Minimum version of the PowerShell engine required by this module
2828
PowerShellVersion = '5.0'

tools/publish-module.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ $Env:PSModulePath = $Env:PSModulePath + ":$ProjectDirectory"
44
Publish-Module `
55
-Name "Lesspass" `
66
-Repository "PSGallery" `
7-
-NuGetApiKey $Env:PSGALLERY_API_KEY `
7+
-NuGetApiKey $Env:PSGALLERY_API_KEY

0 commit comments

Comments
 (0)