mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 08:56:05 +08:00 
			
		
		
		
	* Remove the unsupported commend in lua script Fixes #4335 Signed-off-by: Jhon Honce <jhonce@redhat.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			90 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			90 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function Link(el)
 | 
						|
  el.target = string.gsub(el.target, "%.1.md", ".html")
 | 
						|
  return el
 | 
						|
end
 |