File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ def describe(committish=nil, opts={})
114
114
arr_opts << '--always' if opts [ :always ]
115
115
arr_opts << '--exact-match' if opts [ :exact_match ] || opts [ :"exact-match" ]
116
116
117
- arr_opts << '--dirty' if opts [ ' dirty' ] == true
118
- arr_opts << "--dirty=#{ opts [ ' dirty' ] } " if opts [ ' dirty' ] . is_a? ( String )
117
+ arr_opts << '--dirty' if opts [ : dirty] == true
118
+ arr_opts << "--dirty=#{ opts [ : dirty] } " if opts [ : dirty] . is_a? ( String )
119
119
120
- arr_opts << "--abbrev=#{ opts [ ' abbrev' ] } " if opts [ :abbrev ]
121
- arr_opts << "--candidates=#{ opts [ ' candidates' ] } " if opts [ :candidates ]
122
- arr_opts << "--match=#{ opts [ ' match' ] } " if opts [ :match ]
120
+ arr_opts << "--abbrev=#{ opts [ : abbrev] } " if opts [ :abbrev ]
121
+ arr_opts << "--candidates=#{ opts [ : candidates] } " if opts [ :candidates ]
122
+ arr_opts << "--match=#{ opts [ : match] } " if opts [ :match ]
123
123
124
124
arr_opts << committish if committish
125
125
You can’t perform that action at this time.
0 commit comments