Skip to content

Commit 8311df7

Browse files
committed
check_library_properties: don't capitalize field name in warning
1 parent 0a13a99 commit 8311df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ci-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ function check_library_properties() {
17311731
check_folder_name "$libraryManagerFolderName"
17321732
local checkFolderNameExitStatus=$?
17331733
if [[ $checkFolderNameExitStatus -ne $ARDUINO_CI_SCRIPT_SUCCESS_EXIT_STATUS ]]; then
1734-
echo "WARNING: ${normalizedLibraryPropertiesPath}/library.properties: Name value $nameValue does not meet the requirements of the Arduino Library Manager indexer. See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format"
1734+
echo "WARNING: ${normalizedLibraryPropertiesPath}/library.properties: name value: $nameValue does not meet the requirements of the Arduino Library Manager indexer. See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format"
17351735
fi
17361736

17371737
# Check if the library.properties name value starts with "arduino" (case-insensitive)

0 commit comments

Comments
 (0)