Skip to content

Commit 0e852c3

Browse files
committed
Fix resolution of directories for clients in launcher
Bug: DCS-1079 Change-Id: I1725c19451588d56f09ba3a45aeb76c2205a83c4
1 parent 02d6a79 commit 0e852c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/src/main/java/io/bdeploy/launcher/cli/LauncherTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ private Process launchApplication(ClientApplicationConfiguration clientCfg) {
551551
resolvers.add(new ParameterValueResolver(new ApplicationParameterProvider(clientCfg.instanceConfig)));
552552

553553
// Enable resolving of path variables
554-
DeploymentPathProvider pathProvider = new DeploymentPathProvider(appsDir, "1");
554+
DeploymentPathProvider pathProvider = new DeploymentPathProvider(appDir, "1");
555555
resolvers.add(new DeploymentPathResolver(pathProvider));
556556

557557
// Enable resolving of manifest variables

0 commit comments

Comments
 (0)