Skip to content

Commit

Permalink
Some day this war's gonna end.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Nov 30, 2012
1 parent cb2f6b6 commit f6a2b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/incremental/bin/publish-incrementals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def verify_distribution( latest = false )
DIST_FILES.each do |file|
status, message = @dav.curl( "-I", base_url + "/#{File.basename( file )}" )
raise Exception.new( "Release verification failed for " +
"#{File.basename( file )} - #{status} : #{message}" ) if status != 200
"#{File.basename( file )} - #{status} : #{message}" ) if status.to_i != 200
end
end

Expand Down

0 comments on commit f6a2b6a

Please sign in to comment.