Skip to content

Commit

Permalink
Merge pull request #7857 from codeigniter4/develop
Browse files Browse the repository at this point in the history
4.4.0 Ready code (again)
  • Loading branch information
kenjis authored Aug 25, 2023
2 parents 21ebc4d + b627ee1 commit 9451595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate-version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FILES=("system/CodeIgniter.php" "user_guide_src/source/conf.py")
LENGTH="${#FILES[@]}"

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

if [[ $COUNT -ne $LENGTH ]]; then
Expand Down

0 comments on commit 9451595

Please sign in to comment.