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 authored and tzemanovic committed Aug 17, 2022
1 parent 7c13404 commit 7c93704
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 7c93704

Please sign in to comment.