Skip to content

Commit

Permalink
Fixed bad binary_path setter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebayes committed Jan 10, 2011
1 parent e95c0ce commit 5e23220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprout/executable/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def default_file_expression
# @returns [File] Path to the executable binary that should be executed.
#
def binary_path=(path)
@path = path
@binary_path = path
end

##
Expand Down

0 comments on commit 5e23220

Please sign in to comment.