mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix(check_qml_syntax): little fix
This commit is contained in:
parent
7e948046d2
commit
3ace1ee60e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ cd $SCRIPT_DIR/..
|
|||
# ==============================================================================
|
||||
|
||||
if ! [ -x "$( command -v "$LINTER" )" ]; then
|
||||
printf "${RED}Unable to find `$LINTER`.${NC}\n"
|
||||
printf "${RED}Unable to find `${LINTER}`.${NC}\n"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue