Skip to content

Commit

Permalink
Include less diff context
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Jul 18, 2020
1 parent 6636ce4 commit 1a477d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tfhelmfile/resource_release_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ func diffRs(fs *ReleaseSet, d *schema.ResourceDiff, meta interface{}) error {
"--concurrency", strconv.Itoa(fs.Concurrency),
"--detailed-exitcode",
"--suppress-secrets",
"--context", "5",
}

cmd, err := GenerateCommand(fs, args...)
Expand Down

0 comments on commit 1a477d9

Please sign in to comment.