Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Sep 21, 2023
1 parent a4bb8cb commit ecafa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev-tools/omicron-dev/src/bin/omicron-dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ async fn cmd_run_all(args: &RunAllArgs) -> Result<(), anyhow::Error> {
let mut signal_stream = signals.fuse();

// Read configuration.
let config_str = include_str!("../../../nexus/examples/config.toml");
let config_str = include_str!("../../../../nexus/examples/config.toml");
let mut config: omicron_common::nexus_config::Config =
toml::from_str(config_str).context("parsing example config")?;
config.pkg.log = dropshot::ConfigLogging::File {
Expand Down

0 comments on commit ecafa5b

Please sign in to comment.