Skip to content

Commit

Permalink
Merge pull request #11 from CreaModZ/master
Browse files Browse the repository at this point in the history
Fixed shutdown bug on server start
  • Loading branch information
Sam Bloomberg authored Mar 22, 2017
2 parents 1a556e6 + 3176efa commit 4d7a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/playpen/core/p3/PackageManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public P3Package readSchema(JSONObject schema) throws PackageException {
P3Package.PackageStepConfig config = new P3Package.PackageStepConfig();
config.setStep(step);
config.setConfig(obj);
p3.getExecutionSteps().add(config);
p3.getShutdownSteps().add(config);
}
}
}
Expand Down

0 comments on commit 4d7a266

Please sign in to comment.