Skip to content

Commit a761b07

Browse files
committed
🧱 Update paths in the update script
1 parent b6313fa commit a761b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/update-cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ async function main() {
145145
await downloadFile(`https://github.com/jetbrains/qodana-cli/releases/latest/download/checksums.txt`, "checksums.txt");
146146
updateVersions(latestVersion, currentVersion);
147147
updateCliChecksums(latestVersion, "checksums.txt", cliJsonPath);
148-
updateCircleCIChecksums("../src/commands/scan.yml");
148+
updateCircleCIChecksums("../orb/commands/scan.yml");
149149
console.log("Checksums updated successfully!");
150150
} catch (error) {
151151
console.error("An error occurred:", error);

0 commit comments

Comments
 (0)