From 2b3bef78b1d5cb3a4e4101733b85a75527b2b34c Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 27 Oct 2014 12:04:54 +0100 Subject: [PATCH] Comment config --- config-sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',