mirror of
https://github.com/gofiber/storage.git
synced 2025-09-29 13:52:20 +08:00
fix: quote values
This commit is contained in:
2
.github/scripts/changed-modules.sh
vendored
2
.github/scripts/changed-modules.sh
vendored
@@ -24,7 +24,7 @@ modules=()
|
|||||||
|
|
||||||
function is_excluded() {
|
function is_excluded() {
|
||||||
for excluded_module in "${excluded_modules[@]}"; do
|
for excluded_module in "${excluded_modules[@]}"; do
|
||||||
if [[ $1 == $excluded_module ]]; then
|
if [[ "$1" == "$excluded_module" ]]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user