We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebd1ce commit 4ff24f2Copy full SHA for 4ff24f2
src/PSPerl.ps1
@@ -9,7 +9,7 @@ class PSPerl {
9
if(![System.IO.Directory]::Exists($rootPath)) {
10
throw "Invalid root path provided";
11
}
12
- $this.URL = 'https://strawberry.perl.bot/releases.json';
+ $this.URL = 'https://strawberryperl.com/releases.json';
13
$this.rootPath = $rootPath;
14
$this.profilePath = $profilePath;
15
$this.LoadSettings();
0 commit comments