converge icon indicating copy to clipboard operation
converge copied to clipboard

mode diff

Open automaticgiant opened this issue 7 years ago • 0 comments

converge 0.6.0 told me

root/file.mode.terraform:
 Messages:
  "/usr/local/bin/terraform" exists
  "/usr/local/bin/terraform"'s mode is "-r-xr-xr-x" expected "-r-xr-xr-x"
 Has Changes: no
 Changes:
  /usr/local/bin/terraform: "-r-xr-xr-x" => "-r-xr-xr-x"

it's clearly mode-munging, because when i messed around with input, like 0555 vs 555, i can see the intended and unintended (respective) mode on both sides of the diff in each case, and independent ls -l $(which terraform) confirms.

automaticgiant avatar Dec 19 '17 00:12 automaticgiant