mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 19:32:13 +08:00 
			
		
		
		
	minor letter casing update
This commit is contained in:
		@@ -130,7 +130,7 @@ if (-Not $noVendor) {
 | 
			
		||||
        Download-File -Url $s.url -File $vend\$tempArchive -ErrorAction Stop
 | 
			
		||||
        Extract-Archive $tempArchive $s.name
 | 
			
		||||
 | 
			
		||||
        if ((Get-Childitem $s.name).Count -eq 1) {
 | 
			
		||||
        if ((Get-ChildItem $s.name).Count -eq 1) {
 | 
			
		||||
            Flatten-Directory($s.name)
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user