Skip to content

Commit

Permalink
updater-wrapper: change target version from "current" to "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Sep 28, 2018
1 parent a1a3852 commit 6fb22ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void update(UpdaterObserver obs) throws IOException {
updateSite,
deployPath,
releaseDescriptor,
"current").launch();
"latest").launch();
new OutputParser(os,obs).parse();

}
Expand Down

0 comments on commit 6fb22ea

Please sign in to comment.