mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Fix key name to follow naming convention
This commit is contained in:
		
							parent
							
								
									4cdb95f3be
								
							
						
					
					
						commit
						55a5c0c640
					
				@ -77,8 +77,8 @@ class TarGzTask extends BaseStrategyTaskAbstract implements IsReleaseAware
 | 
				
			|||||||
            $strategyFlags = '';
 | 
					            $strategyFlags = '';
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // remove h option only if dump_symlinks is allowed in the release config part
 | 
					        // remove h option only if dump-symlinks is allowed in the release config part
 | 
				
			||||||
        $dumpSymlinks = $this->getConfig()->release('dump_symlinks') ? '' : 'h';
 | 
					        $dumpSymlinks = $this->getConfig()->release('dump-symlinks') ? '' : 'h';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $command = 'tar cfz'. $dumpSymlinks . $strategyFlags . ' ' . $localTarGz . '.tar.gz ' . $excludeCmd . $excludeFromFileCmd . ' -C ' . $this->getConfig()->deployment('from') . ' .';
 | 
					        $command = 'tar cfz'. $dumpSymlinks . $strategyFlags . ' ' . $localTarGz . '.tar.gz ' . $excludeCmd . $excludeFromFileCmd . ' -C ' . $this->getConfig()->deployment('from') . ' .';
 | 
				
			||||||
        $result = $this->runCommandLocal($command);
 | 
					        $result = $this->runCommandLocal($command);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user