Skip to content

Commit 0160fd3

Browse files
committed
Merge pull request #816 from adamralph/815
fixed install script
2 parents bb45866 + 31f20f9 commit 0160fd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/ScriptCs.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<MajorVersion>0</MajorVersion>
77
<MinorVersion>10</MinorVersion>
8-
<PatchVersion>1</PatchVersion>
8+
<PatchVersion>2</PatchVersion>
99

1010
<!-- Change this to set the build quality of the project. Use values like "alpha", "beta", "rc1", "rtm", etc. -->
1111
<!-- These values are used in SemVer, so make sure to always increase these alphabetically. -->

src/ScriptCs/Properties/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
try {
22
$oldpaths = @(
3-
"$env:APPDATA\scriptcs",
3+
"$env:APPDATA\scriptcs"
44
)
55

66
$oldpaths | foreach {

0 commit comments

Comments
 (0)