Skip to content

Commit

Permalink
Use terser config keys (fixes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Dec 17, 2015
1 parent a43516e commit 10a7c03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ public Optional<String> getMergeKeys() {
return Optional.ofNullable(mergeKeys);
}

public void setHierarchyPathOrYaml(String hierarchyPathOrYaml) {
public void setHierarchy(String hierarchyPathOrYaml) {
this.hierarchyPathOrYaml = hierarchyPathOrYaml;
}

public void setChangesPathOrYaml(String changesPathOrYaml) {
public void setChanges(String changesPathOrYaml) {
this.changesPathOrYaml = changesPathOrYaml;
}

Expand Down

0 comments on commit 10a7c03

Please sign in to comment.