Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
fixing architecture in version
Browse files Browse the repository at this point in the history
dvinograd authored and Ramez Hanna committed Aug 2, 2017
1 parent d83930f commit be9f89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/version.rb
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ def arch
return '' if @node['os'] == 'windows'
case @node['kernel']['machine']
when 'x86_64'
'-x64'
'-x86_64'
else
'-x86'
end

0 comments on commit be9f89c

Please sign in to comment.