Skip to content

Commit 17b49d0

Browse files
gtsiolisroboquat
authored andcommitted
Update dev installation root URL
1 parent b396c23 commit 17b49d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ export async function deployToDevWithInstaller(deploymentConfig: DeploymentConfi
619619
werft.fail(installerSlices.APPLY_INSTALL_MANIFESTS, err);
620620
} finally {
621621
// produce the result independently of install succeding, so that in case fails we still have the URL.
622-
exec(`werft log result -d "dev installation" -c github-check-preview-env url ${url}/projects`);
622+
exec(`werft log result -d "dev installation" -c github-check-preview-env url ${url}/workspaces`);
623623
}
624624

625625
try {

0 commit comments

Comments
 (0)