Skip to content

Commit

Permalink
Stay with http due to osx issues
Browse files Browse the repository at this point in the history
  • Loading branch information
genail committed Oct 18, 2019
1 parent e5818ef commit c4cddac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Expand Up @@ -5,9 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.1]
### Changed
- Switched API communication to HTTPS by default

### Fixed
- Signatures downloading exception
- create-version raising exception on -c param (fixes #1279)
Expand Down
2 changes: 1 addition & 1 deletion app/core/patchkit_config.rb
Expand Up @@ -44,7 +44,7 @@ def default_debug
end

def default_api_url
'https://api.patchkit.net'
'http://api.patchkit.net'
end

def default_upload_chunk_size
Expand Down

0 comments on commit c4cddac

Please sign in to comment.