Skip to content

Commit c4cddac

Browse files
committed
Stay with http due to osx issues
1 parent e5818ef commit c4cddac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [3.1.1]
8-
### Changed
9-
- Switched API communication to HTTPS by default
10-
118
### Fixed
129
- Signatures downloading exception
1310
- create-version raising exception on -c param (fixes #1279)

app/core/patchkit_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def default_debug
4444
end
4545

4646
def default_api_url
47-
'https://api.patchkit.net'
47+
'http://api.patchkit.net'
4848
end
4949

5050
def default_upload_chunk_size

0 commit comments

Comments
 (0)