Skip to content

Commit

Permalink
Update DeploymentFile.java
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
Peng1104 authored Jul 1, 2023
1 parent 4333b10 commit 259be67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public DeploymentFile(Project project) {
}

public String getLocalOutputPath() {
return root.getAsJsonObject("local").get("outputPath").getAsString();
return root.getAsJsonObject("local").get("path").getAsString();
}

public List<Remote> getRemotes() {
Expand Down

0 comments on commit 259be67

Please sign in to comment.