Merge pull request #195 from Zoramite/feature/Issue148

Updating the escape characters to fix + in the branch name
diff --git a/gitflow-common b/gitflow-common
index fb515de..4834cf1 100644
--- a/gitflow-common
+++ b/gitflow-common
@@ -45,7 +45,7 @@
 die() { warn "$@"; exit 1; }
 
 escape() {
-	echo "$1" | sed 's/\([\.\+\$\*]\)/\\\1/g'
+	echo "$1" | sed 's/\([\.\$\*]\)/\\\1/g'
 }
 
 # set logic