Skip to content

Commit

Permalink
🧱 Update paths in the update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Sep 18, 2023
1 parent b6313fa commit a761b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/update-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async function main() {
await downloadFile(`https://github.com/jetbrains/qodana-cli/releases/latest/download/checksums.txt`, "checksums.txt");
updateVersions(latestVersion, currentVersion);
updateCliChecksums(latestVersion, "checksums.txt", cliJsonPath);
updateCircleCIChecksums("../src/commands/scan.yml");
updateCircleCIChecksums("../orb/commands/scan.yml");
console.log("Checksums updated successfully!");
} catch (error) {
console.error("An error occurred:", error);
Expand Down

0 comments on commit a761b07

Please sign in to comment.