diff --git a/setup.cfg b/setup.cfg index cb95e986..c4ae5d5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = IntuneCD -version = 2.0.6 +version = 2.0.7 author = Tobias Almén author_email = almenscorner@outlook.com description = Tool to backup and update configurations in Intune diff --git a/src/IntuneCD/run_update.py b/src/IntuneCD/run_update.py index edd94dbb..18ad1236 100644 --- a/src/IntuneCD/run_update.py +++ b/src/IntuneCD/run_update.py @@ -200,18 +200,18 @@ def run_update(path, token, assignment, exclude, report, create_groups, remove): print("-" * 90) print("***Intune update***") - update_intune( - diff_summary, - diff_count, - path, - token, - assignment, - report, - create_groups, - remove, - exclude, - args, - ) + update_intune( + diff_summary, + diff_count, + path, + token, + assignment, + report, + create_groups, + remove, + exclude, + args, + ) for sum in diff_summary: for config in sum: