1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

refactor(tools): fix shell check issues

This commit is contained in:
Cotes Chung
2023-02-16 05:02:22 +08:00
parent d0cf2a8dd5
commit 4490ce4107
2 changed files with 5 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ check() {
_bump_file() {
for i in "${!FILES[@]}"; do
if [[ ${FILES[$i]} == $NODE_CONFIG ]]; then
if [[ ${FILES[$i]} == "$NODE_CONFIG" ]]; then
continue
fi