Skip to content

Commit

Permalink
change string to valid path
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Aug 9, 2022
1 parent f844c04 commit 455d50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding_spec/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use namada::types::{token, transaction};

/// This generator will write output into this `docs` file.
const OUTPUT_PATH: &str =
"documentation/docs/src/specs/encoding/generated-borsh-spec.md";
"documentation/dev/src/specs/encoding/generated-borsh-spec.md";

lazy_static! {
/// Borsh types may be used by declarations. These are displayed differently in the [`md_fmt_type`].
Expand Down

0 comments on commit 455d50f

Please sign in to comment.