Skip to content

Commit 6bf8a9d

Browse files
committed
fix: Fix old Che directory in release script
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent cfd9464 commit 6bf8a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ releaseCheServer() {
282282
}
283283

284284
releaseTypescriptDto() {
285-
pushd che/typescript-dto >/dev/null
285+
pushd che-server/typescript-dto >/dev/null
286286
./build.sh
287287
popd >/dev/null
288288
}

0 commit comments

Comments
 (0)