Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed May 10, 2024
1 parent 19a6604 commit 2d324c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/docker/compose.rake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ namespace :docker do
Dir.chdir(d) do
File.binwrite(target + ".orig", original)
File.binwrite(target, new)
sh "git diff --color #{target}.orig #{target}"
sh "diff -u #{target}.orig #{target}"
sh "diff -u #{target}.orig #{target} | od -xa"
end
end

Expand Down

0 comments on commit 2d324c9

Please sign in to comment.