Skip to content

Commit ddc33ca

Browse files
committed
fix: change url
Signed-off-by: Frost Ming <me@frostming.com>
1 parent c287ac6 commit ddc33ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/setup-pdm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77608,7 +77608,7 @@ function handleMatchResult(matchedKey, primaryKey) {
7760877608
}
7760977609

7761077610
// src/setup-pdm.ts
77611-
var INSTALL_SCRIPT_URL = "https://pdm.fming.dev/dev/install-pdm.py";
77611+
var INSTALL_SCRIPT_URL = "https://pdm.fming.dev/install-pdm.py";
7761277612
function getPep582Path(installDir, pythonVersion) {
7761377613
const parsedVersion = (0, import_parse.default)(pythonVersion);
7761477614
if (IS_WINDOWS) {

src/setup-pdm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import semParse from 'semver/functions/parse';
88
import * as utils from './utils';
99
import { cacheDependencies } from './caches';
1010

11-
const INSTALL_SCRIPT_URL = 'https://pdm.fming.dev/dev/install-pdm.py';
11+
const INSTALL_SCRIPT_URL = 'https://pdm.fming.dev/install-pdm.py';
1212
interface InstallOutput {
1313
pdm_version: string;
1414
pdm_bin: string;

0 commit comments

Comments
 (0)