Skip to content

Commit

Permalink
--locked cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Jun 24, 2024
1 parent 124757b commit aece5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/utils/processPhotonIndexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function startIndexer(
resolvedOrNull === null ||
(checkPhotonVersion && !(await isExpectedPhotonVersion(PHOTON_VERSION)))
) {
const message = `Photon indexer not found. Please install it by running "cargo install photon-indexer --version ${PHOTON_VERSION}"`;
const message = `Photon indexer not found. Please install it by running "cargo install photon-indexer --version ${PHOTON_VERSION} --locked"`;
console.log(message);
throw new Error(message);
} else {
Expand Down

0 comments on commit aece5d3

Please sign in to comment.