Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update crates/cli/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tuomas Mäkinen <[email protected]>
  • Loading branch information
musitdev and tuommaki authored Jan 19, 2024
1 parent d90531f commit b32f6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pub async fn run_deploy_command(
let exist_prover_path = verify_file_path(&prover);
let exist_verifier_path = verify_file_path(&verifier);

//start the local server if needed. Local file provided
// Start the local server if needed. Local file provided.
let server_files_path: Vec<PathBuf> = exist_prover_path
.iter()
.chain(exist_verifier_path.iter())
Expand Down

0 comments on commit b32f6e5

Please sign in to comment.