Skip to content

Commit

Permalink
Don't add untracked files in an adabot bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Oct 9, 2024
1 parent 6705480 commit e9b296b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adabot/circuitpython_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ def commit_updates(bundle_path, update_info):
)
)
message = "\n\n".join(message)
git.add(".")
git.commit(message=message)
git.commit("-a", message=message)
os.chdir(working_directory)


Expand Down

0 comments on commit e9b296b

Please sign in to comment.