Skip to content

Commit

Permalink
Merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Aug 8, 2024
1 parent 399d595 commit 0e0692f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<<<<<<< HEAD
**/.DS_Store
.vscode
.env
/dist/
cmd/__debug_bin
=======
/target
>>>>>>> 45ebd72 (Scaffold command)
2 changes: 1 addition & 1 deletion crates/cdk/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub fn node(config_path: PathBuf) -> anyhow::Result<()> {
bin_path = format!("{}/../../{}", bin_path, CDK_CLIENT_PATH);
}

// Run the node passing the parsed config values as flags
// Run the node passing the config file path as argument
let mut command = Command::new(bin_path.clone());
command.args(&["run", "-cfg", config_path.canonicalize()?.to_str().unwrap()]);

Expand Down

0 comments on commit 0e0692f

Please sign in to comment.