Skip to content

Commit

Permalink
fix: fix shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Feb 28, 2024
1 parent f43e38e commit ba654d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/versioncontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ versioncontrol() {
local cur_ver avail_ver
pushd "${BASE_CN_PATH}"/bin/ustreamer &> /dev/null || exit 1
avail_ver="$(git describe --tags --always)"
# shellcheck disable=SC2153
cur_ver="v$(${UST_BIN} -v)"
if [[ "${cur_ver}" == "${avail_ver}" ]]; then
vc_log_msg "ustreamer is up to date. (${cur_ver})"
Expand Down

0 comments on commit ba654d0

Please sign in to comment.