Fix tiny comment
This commit is contained in:
		
					parent
					
						
							
								9d75ec4857
							
						
					
				
			
			
				commit
				
					
						2fe9cc1e83
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Matei Adriel
				Matei Adriel