Skip to content

Commit

Permalink
openstudio_meta should tar.gz to linux on linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed May 11, 2020
1 parent a43d334 commit dfd880a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/openstudio_meta
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ class InstallGems
platform = 'win32'
if /darwin/.match(RUBY_PLATFORM)
platform = 'darwin'
elsif /linux/.match(RUBY_PLATFORM)
platform = 'linux'
end

::Dir.chdir(options[:export_dir])
Expand Down

0 comments on commit dfd880a

Please sign in to comment.