Skip to content

Commit 4ff24f2

Browse files
committed
Revert to strawberryperl.com as the mirror is no more
1 parent 3ebd1ce commit 4ff24f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PSPerl.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PSPerl {
99
if(![System.IO.Directory]::Exists($rootPath)) {
1010
throw "Invalid root path provided";
1111
}
12-
$this.URL = 'https://strawberry.perl.bot/releases.json';
12+
$this.URL = 'https://strawberryperl.com/releases.json';
1313
$this.rootPath = $rootPath;
1414
$this.profilePath = $profilePath;
1515
$this.LoadSettings();

0 commit comments

Comments
 (0)