From 1d959221a36bbd159196915a984e7fa9502f44b9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 22 Feb 2014 16:01:56 -0300 Subject: Minor fix at commit script --- commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit b/commit index edf0271..d55c8e6 100755 --- a/commit +++ b/commit @@ -120,7 +120,7 @@ function git_user { # Commit changes function git_commit { # Remove '--config' from args, otherwise it goes to the commit log - params="`echo $* | sed -e 's/--commit//'`" + params="`echo $* | sed -e 's/--config//'`" git commit -a -m "$params" } -- cgit v1.2.3