Skip to content

Commit

Permalink
fix:base node arg typo (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 authored Nov 30, 2023
1 parent 788fe65 commit f9d0624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdm-launchpad/src/resources/images/l2_base_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl ManagedContainer for TariBaseNode {
// An id file is only generated if `--init` or `-n` is specified. But the node exits immediately if `--init` is
// specified. So for now, we must run in non-interactive mode to have launchpad work.
// args.flag("--init");
args.flag("--n");
args.flag("-n");
args.set("--watch", "status");
}

Expand Down

0 comments on commit f9d0624

Please sign in to comment.