mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 21:02: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() {
|
||||
for excluded_module in "${excluded_modules[@]}"; do
|
||||
if [[ $1 == $excluded_module ]]; then
|
||||
if [[ "$1" == "$excluded_module" ]]; then
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user