Skip to content

Commit 0d1d874

Browse files
author
jtimberman
committed
remove redundant setting of bundle command
1 parent 0b7b44a commit 0d1d874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/rails.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
protected
143143

144144
def bundle_command
145-
new_resource.bundle_command || "bundle"
145+
new_resource.bundle_command
146146
end
147147

148148
def install_gems

0 commit comments

Comments
 (0)