mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-10-31 15:20:17 +01:00 
			
		
		
		
	Fix typo.
This commit is contained in:
		
							parent
							
								
									13e6311ba7
								
							
						
					
					
						commit
						5c51f593d0
					
				| @ -362,7 +362,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment | ||||
|     		// Releasing
 | ||||
|     		if (self::$deployStatus == self::SUCCEDED && $this->getConfig()->release('enabled', false) == true) { | ||||
|     			// Execute the Releases
 | ||||
|     			Console::output('Starting the <dark_gray>Releaseing</dark_gray>'); | ||||
|     			Console::output('Starting the <dark_gray>Releasing</dark_gray>'); | ||||
|     			foreach ($hosts as $hostKey => $host) { | ||||
| 
 | ||||
|     				// Check if Host has specific configuration
 | ||||
| @ -385,7 +385,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment | ||||
|     				// Reset Host Config
 | ||||
|     				$this->getConfig()->setHostConfig(null); | ||||
|     			} | ||||
|     			Console::output('Finished the <dark_gray>Releaseing</dark_gray>', 1, 3); | ||||
|     			Console::output('Finished the <dark_gray>Releasing</dark_gray>', 1, 3); | ||||
| 
 | ||||
|     			// Execute the Post-Release Tasks
 | ||||
|     			foreach ($hosts as $hostKey => $host) { | ||||
|  | ||||
| @ -417,7 +417,7 @@ class Config | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Returns Releaseing Options | ||||
|      * Returns Releasing Options | ||||
|      * | ||||
|      * @param string $option | ||||
|      * @param string $default | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user