Skip to content

Commit

Permalink
fix: change url
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Aug 2, 2023
1 parent c287ac6 commit ddc33ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/setup-pdm.js
Original file line number Diff line number Diff line change
Expand Up @@ -77608,7 +77608,7 @@ function handleMatchResult(matchedKey, primaryKey) {
}

// src/setup-pdm.ts
var INSTALL_SCRIPT_URL = "https://pdm.fming.dev/dev/install-pdm.py";
var INSTALL_SCRIPT_URL = "https://pdm.fming.dev/install-pdm.py";
function getPep582Path(installDir, pythonVersion) {
const parsedVersion = (0, import_parse.default)(pythonVersion);
if (IS_WINDOWS) {
Expand Down
2 changes: 1 addition & 1 deletion src/setup-pdm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import semParse from 'semver/functions/parse';
import * as utils from './utils';
import { cacheDependencies } from './caches';

const INSTALL_SCRIPT_URL = 'https://pdm.fming.dev/dev/install-pdm.py';
const INSTALL_SCRIPT_URL = 'https://pdm.fming.dev/install-pdm.py';
interface InstallOutput {
pdm_version: string;
pdm_bin: string;
Expand Down

0 comments on commit ddc33ca

Please sign in to comment.