Skip to content

Commit

Permalink
sanity fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-khadeerahmed committed Dec 9, 2024
1 parent 97ca090 commit 565f59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/swim_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@ def verify_diff_merged(self, config):

return self

def update_inventory_profile_messages(self):
def update_swim_profile_messages(self):
"""
Verify the merged status (Importing/Tagging/Distributing/Activating) of the SWIM Image in devices in Cisco Catalyst Center.
Args:
Expand Down Expand Up @@ -2412,7 +2412,7 @@ def main():
ccc_swims.get_diff_state_apply[state](config).check_return_status()
if config_verify:
ccc_swims.verify_diff_state_apply[state](config).check_return_status()
ccc_swims.update_inventory_profile_messages()
ccc_swims.update_swim_profile_messages()
module.exit_json(**ccc_swims.result)


Expand Down

0 comments on commit 565f59e

Please sign in to comment.