From 76b85a9abf9f3c9903dc56495e5c6f1857e82b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Fri, 14 Jul 2017 18:44:09 +0200 Subject: [PATCH] typo --- tools/move_role_to_feature_branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/move_role_to_feature_branch.sh b/tools/move_role_to_feature_branch.sh index 8de5734..f754ba3 100755 --- a/tools/move_role_to_feature_branch.sh +++ b/tools/move_role_to_feature_branch.sh @@ -10,7 +10,7 @@ echo "current_branch: $current_branch" # sleep 3 git rm -r --cached --quiet $role -git commit -m "More $role to a feature branch" +git commit -m "Move $role to a feature branch" git checkout -b $role git add $role git commit -m "[WIP] $role role"