Skip to content

Commit 6e7e0cc

Browse files
committed
tools: Fix base path in release-scripts/get-latest-fw
1 parent 84835f4 commit 6e7e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release-scripts/get-latest-fw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
set -u
88

99
script_dir="$(cd "$(dirname "$0")" && pwd)"
10-
base="${script_dir}/.."
10+
base="${script_dir}/../.."
1111

1212
cd "${base}"
1313
git submodule update

0 commit comments

Comments
 (0)