Skip to content

Commit

Permalink
Update generate-bootstrap-ignitionshim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmit11 authored Jul 3, 2024
1 parent 9998ef1 commit 275385b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
infra_id = sys.argv[3]
if infra_id:
with open(infra_id+'-bootstrap-ignition.json', 'a') as f:
json.dump(bootstrap_ign_shim, f)
json.dump(bootstrap_ign_shim, f)

0 comments on commit 275385b

Please sign in to comment.