Skip to content

Commit

Permalink
chore: Update the feature flag passing for make checkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Westerlind committed Apr 28, 2022
1 parent 7a22672 commit 3b0e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libflux/flux-core/src/bin/fluxdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ impl<'a> example::Executor for CLIExecutor<'a> {
.arg("csv")
.arg(tmpfile.path())
.arg("--feature")
.arg("labelPolymorphism");
.arg(r#"{"labelPolymorphism": true}"#);
log::debug!("Executing {:?}", cmd);
let output = cmd
.output()
Expand Down

0 comments on commit 3b0e2d8

Please sign in to comment.