Skip to content

Commit

Permalink
Update scripts/get-veraison-version
Browse files Browse the repository at this point in the history
Co-authored-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
setrofim and yogeshbdeshpande authored Nov 13, 2024
1 parent 31f6837 commit 78744f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-veraison-version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ "$VERAISON_BUILD_VERSION" != "" ]]; then
exit
fi

# We want to be able to build Veraison from traballs of the source, so lack of
# We want to be able to build Veraison from tarballs of the source, so lack of
# git should not prevent the build. If we cannot obtain the version from the
# build, simply report it as uknown.
if [[ "$(type -p git)" == "" ]]; then
Expand Down

0 comments on commit 78744f2

Please sign in to comment.