diff --git a/layout-lens/scripts/generate-layouts.sh b/layout-lens/scripts/generate-layouts.sh index 00082a6..7523f5d 100644 --- a/layout-lens/scripts/generate-layouts.sh +++ b/layout-lens/scripts/generate-layouts.sh @@ -3,7 +3,7 @@ shopt -s globstar # Enable the globstar option to use ** for config in **/lens.json; do # Check if the path is a regular file if [ -f "$config" ]; then - # Replace the .txt extension with a new extension (e.g., .newext) + # Replace the .json extension with a new extension .svg out="${config%.json}.svg" # Generate preview layout-lens "$config" "$out"