From 3c279f4bd38d92f3f58881ea9079bf4015c698c1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Mar 2011 17:42:40 +0800 Subject: [PATCH] gitlive.js --- gitlive.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlive.js b/gitlive.js index bc98385f..617acac8 100644 --- a/gitlive.js +++ b/gitlive.js @@ -126,7 +126,8 @@ var monitor = new Monitor({ switch( cmd.action ) { case 'add': - Git.run(gitlive + '/' + cmd.repo, 'add', cmd.file ]) + Git.run(gitlive + '/' + cmd.repo, 'add', cmd.file ); + case 'rm': -- 2.39.2