Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Dec 20, 2024
1 parent 0409509 commit 7ada334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/nix/container-tee_prover.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nixsgxLib.mkSGXContainer {
"--env-prefix"
"TEE_PROVER_"
"--"
"${tee_prover}/bin/zksync_tee_prover"
"${tee_prover}/core/bin/zksync_tee_prover"
];

log_level = "error";
Expand Down
2 changes: 1 addition & 1 deletion zkstack_cli/crates/common/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Server {
where
P: AsRef<OsStr>,
{
let _dir_guard = shell.push_dir(self.code_path);
let _dir_guard = shell.push_dir(&self.code_path);

if let Some(components) = self.components() {
additional_args.push(format!("--components={}", components))
Expand Down

0 comments on commit 7ada334

Please sign in to comment.