Skip to content

Commit

Permalink
Test fix / shouldRelativize on setter.
Browse files Browse the repository at this point in the history
  • Loading branch information
emarinier committed Feb 3, 2025
1 parent f5a8529 commit c32fbe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class IridaNextJSONOutput {

public void setRelativizePath(Path relativizePath) {
this.relativizePath = relativizePath
this.shouldRelativize = (this.relativizePath != null)
}

public void appendMetadata(String scope, Map data) {
Expand Down

0 comments on commit c32fbe8

Please sign in to comment.