Skip to content

Commit 0d58ede

Browse files
committed
use --always instead of --exact-match when setting noir versions
1 parent 71ffa49 commit 0d58ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function check_toolchains {
151151

152152
function versions {
153153
local noir_version anvil_version node_version cmake_version clang_version zig_version rustc_version wasi_sdk_version
154-
noir_version=$(git -C noir/noir-repo describe --tags --exact-match HEAD)
154+
noir_version=$(git -C noir/noir-repo describe --tags --always HEAD)
155155
anvil_version=$(anvil --version | head -n1 | sed -E 's/anvil Version: ([0-9.]+).*/\1/')
156156
node_version=$(node --version | cut -d 'v' -f 2)
157157
cmake_version=$(cmake --version | head -n1 | cut -d' ' -f3)

0 commit comments

Comments
 (0)