Skip to content

Commit

Permalink
fixed release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Oct 11, 2016
1 parent 9c50d27 commit 5c2d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end
class ReleaseGenerator
attr_reader :version, :releases, :storage_manager

DIST_DIR = File.expand_path(__FILE__ + "/../build/dist")
DIST_DIR = File.expand_path(__FILE__ + "/../../build/dist")
BUILDS = %w(darwin-amd64 linux-386 linux-amd64 windows-386 windows-amd64)

def initialize(version, storage_manager)
Expand Down

0 comments on commit 5c2d27b

Please sign in to comment.