Fix 'feature diff'
diff --git a/git-flow-feature b/git-flow-feature
index 72e62b4..c336b57 100644
--- a/git-flow-feature
+++ b/git-flow-feature
@@ -175,5 +175,5 @@
 	parse_args "$@"
 	# TODO: if this feature has been based on a non-develop branch, we really
 	# should not be comparing to $DEVELOP. How to deal with this?
-	git diff $DEVELOP..$BRANCH
+	git diff $DEVELOP_BRANCH..$BRANCH
 }