Skip to content

Commit

Permalink
I blame gitflow for this atrocity
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonah Wahrhaftig committed May 19, 2011
1 parent 7479f5c commit b765f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ps1_functions
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ps1_git()
production|prod) attr="1;37m\033[" ; color=41 ;; # red
master|deploy) color=31 ;; # red
stage|staging) color=33 ;; # yellow
dev|development) color=34 ;; # blue
dev|develop|development) color=34 ;; # blue
next) color=36 ;; # gray
*)
if [[ -n "${branch}" ]] ; then # Feature Branch :)
Expand Down

0 comments on commit b765f44

Please sign in to comment.