diff --git a/config-sample.php b/config-sample.php index f8e2d39..98c4ae2 100644 --- a/config-sample.php +++ b/config-sample.php @@ -24,7 +24,7 @@ $servers = array( 'pass' => 'root', 'path' => '/home/user/root', 'after_push' => 'php -f TAMERE.php', - 'operator' => '&&' + 'operator' => '&&' # bash style ), 'test1' => array( 'title' => 'Test de la mort', @@ -34,7 +34,7 @@ $servers = array( 'pass' => 'blbl', 'path' => '/home/user/test', 'after_pull' => 'php -f TONPERE.php', - 'operator' => '; and' + 'operator' => '; and' # fish style ), 'prod2' => array( 'title' => 'Production de la mort',