Skip to content

Commit

Permalink
Fixed .ruby-version filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Mar 30, 2014
1 parent 6a1c519 commit 304a51d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def add_editorconfig
end

def add_ruby_version
copy_file 'ruby_version', '.ruby_version'
copy_file 'ruby-version', '.ruby-version'
end

def add_disable_xml_params
Expand Down
File renamed without changes.

0 comments on commit 304a51d

Please sign in to comment.