Skip to content

Commit ca03ece

Browse files
committed
Use correct command to get version
arduino-lint uses the --version flag.
1 parent 72ecf03 commit ca03ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: etc/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ testVersion() {
201201
fi
202202

203203
set -e
204-
ARDUINO_LINT_VERSION="$("$EFFECTIVE_BINDIR/$PROJECT_NAME" version)"
204+
ARDUINO_LINT_VERSION="$("$EFFECTIVE_BINDIR/$PROJECT_NAME" --version)"
205205
echo "$ARDUINO_LINT_VERSION installed successfully in $EFFECTIVE_BINDIR"
206206
}
207207

0 commit comments

Comments
 (0)