From 7ef01d19092763c53a13e3ee0ac2783500aef706 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 18 Apr 2012 16:19:51 +0400 Subject: [PATCH] Formatting code --- gitorious_chiliproject.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gitorious_chiliproject.sh b/gitorious_chiliproject.sh index ba884b8..744fcad 100755 --- a/gitorious_chiliproject.sh +++ b/gitorious_chiliproject.sh @@ -64,17 +64,17 @@ for v in $CHILI_ID_GITORIOUS_REPO; do # insert to $CHILI_MYSQL_DBNAME.repositories echo "insert $chili_project_id: $gitorious_path" mysql -h$MYSQL_HOSTNAME -u $MYSQL_USER -e "INSERT INTO $CHILI_MYSQL_DBNAME.repositories(project_id, - url, - root_url, - type, - path_encoding, - extra_info) - VALUES('$chili_project_id', - '$gitorious_path', - '$gitorious_path', - 'Git', - '', - '')" + url, + root_url, + type, + path_encoding, + extra_info) + VALUES('$chili_project_id', + '$gitorious_path', + '$gitorious_path', + 'Git', + '', + '')" ;; esac let n++