Skip to content

Commit

Permalink
FIXUP: Use semantic diff for diffoci
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jan 20, 2025
1 parent eacf1eb commit cbb7ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev_scripts/reproduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ def diffoci_diff(source, local_target):
"diff",
source,
target,
"--ignore-timestamps",
"--ignore-image-name",
"--semantic",
"--verbose",
)
except subprocess.CalledProcessError as e:
Expand Down

0 comments on commit cbb7ed9

Please sign in to comment.