Merge pull request #7576 from kepstin/shared-note-repose

RaP: Fix error message when shared notes could not be archived.
This commit is contained in:
Fred Dixon 2019-06-06 11:36:58 -04:00 committed by GitHub
commit 40d87e8019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ module BigBlueButton
http.head(uri.request_uri)
}
unless response.is_a? Net::HTTPSuccess
raise "File not available: #{respose.message}"
raise "File not available: #{response.message}"
end
end