Skip to content

Commit

Permalink
Merge pull request #4576 from bgeuken/fix_uploader_script
Browse files Browse the repository at this point in the history
[backend] Require file utils module in cloud uploader script
  • Loading branch information
ChrisBr committed Feb 26, 2018
2 parents f98a9ff + b064cfa commit f6527b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/clouduploader.rb
@@ -1,4 +1,6 @@
#!/usr/bin/ruby

require 'fileutils'
require 'json'
require 'ostruct'
require 'open3'
Expand Down

0 comments on commit f6527b8

Please sign in to comment.