mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-17 10:41:49 +02:00
FIXUP: Use semantic diff for diffoci
This commit is contained in:
parent
eacf1eb2fa
commit
cbb7ed902f
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue