Skip to content

Commit 9451595

Browse files
authored
Merge pull request #7857 from codeigniter4/develop
4.4.0 Ready code (again)
2 parents 21ebc4d + b627ee1 commit 9451595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FILES=("system/CodeIgniter.php" "user_guide_src/source/conf.py")
1010
LENGTH="${#FILES[@]}"
1111

1212
for FILE in "${FILES[@]}"; do
13-
COUNT="$((COUNT + $(grep -c "$FILE" -e "$1")))"
13+
COUNT="$((COUNT + $(grep -c "$FILE" -e "'$1'")))"
1414
done
1515

1616
if [[ $COUNT -ne $LENGTH ]]; then

0 commit comments

Comments
 (0)