Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerml committed Aug 15, 2018
1 parent fdfb207 commit a97320c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,14 @@ public Exchange invoke(final Exchange exchange) {
serviceTemplateID,
nodeTypeID,
nodeTemplateID)
+ "CSAR='" + csarID + "' NodeInstanceID='"
+ " CSAR='" + csarID + "' NodeInstanceID='"
+ nodeInstanceID + "' ServiceInstanceID='"
+ serviceInstanceID + "'\r\n" + "else\r\n"
+ createDANamePathMapEnvVar(csarID,
serviceTemplateID,
nodeTypeID,
nodeTemplateID)
+ "CSAR='" + csarID + "' NodeInstanceID='"
+ " CSAR='" + csarID + "' NodeInstanceID='"
+ nodeInstanceID + "' ServiceInstanceID='"
+ serviceInstanceID + "'\r\n" + "fi\r\n");
artifactTypeSpecificCommand =
Expand Down

0 comments on commit a97320c

Please sign in to comment.