Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita44ebb8

Browse files
committed
v0.16.4 Add -NoLogo to pwsh.exee call in Update-ModuleFromGithub
1 parent8c7f568 commita44ebb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎SubModules/GithubPsModulesUpdater.psm1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function Update-ModuleFromGithub {
586586
if ($PostUpdateCommand) {
587587
$pwsh=Get-Command'pwsh'-ErrorAction Ignore|Select-Object-ExpandProperty Source
588588
if ($pwsh) {
589-
$argsArray=@('-NoProfile')
589+
$argsArray=@('-NoLogo','-NoProfile')
590590
if ($DebugPreference-eq'Continue') {$argsArray+='-NoExit' }
591591
$argsString="`"$($moduleInfo.ModuleBase)`"$($versions.LocalVersion)$($versions.RemoteVersion)"
592592
try {

‎Wsl-IpHandler.psd1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
RootModule='Wsl-IpHandler'
1010

1111
# Version number of this module.
12-
ModuleVersion='0.16.3'
12+
ModuleVersion='0.16.4'
1313

1414
# Supported PSEditions
1515
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp