Skip to content

Commit

Permalink
[no ci] minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 10, 2022
1 parent 3cae95c commit 48805a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def bundle_nrfconnect(device_name: str) -> None:
scripts_root = os.path.join(_REPO_BASE_PATH,
"scripts",
"flashing")
gen_script = os.path.join(scripts_root,
gen_script_path = os.path.join(scripts_root,
"gen_flashing_script.py")
sub_dir = os.path.join(_CD_STAGING_DIR, device_name)
os.mkdir(sub_dir)
Expand Down

0 comments on commit 48805a8

Please sign in to comment.