Skip to content

Commit 8975c64

Browse files
committed
feat: Adjust directory name for nargo codegen-verifier (#1009)
1 parent daf5c9d commit 8975c64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/nargo_cli/src/constants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Directories
2-
/// The directory for the `nargo contract` command output
3-
pub(crate) const CONTRACT_DIR: &str = "contract";
2+
/// The directory for the `nargo codegen-verifier` command output
3+
pub(crate) const CONTRACT_DIR: &str = "contracts";
44
/// The directory to store serialized circuit proofs.
55
pub(crate) const PROOFS_DIR: &str = "proofs";
66
/// The directory to store Noir source files

0 commit comments

Comments
 (0)