Skip to content

Commit

Permalink
Merge branch 'main' into built-image-tag-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniv-msft authored May 12, 2023
2 parents c7f63ce + c67fd7b commit a43c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4441,7 +4441,7 @@ def patch_apply(cmd, patch_check_list, method, pack_exec_path):
patch_check["newRunImage"],
pack_exec_path)
# Increment patch_run_count with every successful patch.
patch_run_count+=1
patch_run_count+=1
elif m == "n":
print("No patch applied.")
return
Expand Down

0 comments on commit a43c9c0

Please sign in to comment.