Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 243c6ae

Browse files
committed
Fix faulty -y :(
1 parent c1707ec commit 243c6ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LovelyPowershell.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'LovelyPowershell.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6'
15+
ModuleVersion = '1.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

post-install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Remove-Item $tempFolder -Force -Recurse
2525

2626
# Configurate colors with concfg
2727
Write-Host "Configuring terminal colors..."
28-
concfg import -y 'https://raw.githubusercontent.com/krokofant/lovely-powershell/master/Hitchens.json'
28+
concfg import 'https://raw.githubusercontent.com/krokofant/lovely-powershell/master/Hitchens.json'
2929
Write-Host "The changes will be active on any newly started terminal"

0 commit comments

Comments
 (0)