From 6b2dcfd67a197cb788275113bbdd26e17e4ea10b Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 18 Mar 2024 21:49:46 +0000 Subject: [PATCH] in build dir --- release/build_git_channel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/build_git_channel.sh b/release/build_git_channel.sh index a482e04eaf..bdc413dd6c 100755 --- a/release/build_git_channel.sh +++ b/release/build_git_channel.sh @@ -36,7 +36,7 @@ git commit -a -m "openpilot v$VERSION release" echo "[-] creating prebuilt T=$SECONDS" release/create_prebuilt.sh $BUILD_DIR -cd $SOURCE_DIR +cd $BUILD_DIR # Ensure no submodules in release if test "$(git submodule--helper list | wc -l)" -gt "0"; then