Skip to content

Commit

Permalink
fixes #211
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaroska committed Feb 5, 2015
1 parent 20ea519 commit ef51e07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ public ConfigurationBasedDeploymentContext() {
}
contextValue = getValueFromConfig(DEPLOYMENT_SERVER_ID_PROPERTY);
if (contextValue != null) {
setDeploymentStack(contextValue);
setDeploymentServerId(contextValue);
}
config.addConfigurationListener(configListener);
}
Expand Down

0 comments on commit ef51e07

Please sign in to comment.