Skip to content

Commit

Permalink
Get the hard things right, the easy stuff wrong, silly
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed May 30, 2018
1 parent a8882c0 commit 905c021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payload/usr/local/sal/bin/sal-submit
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import yaml


BUNDLE_ID = 'com.github.salopensource.sal'
VERSION = '2.1.1'
VERSION = '2.1.2'

# To resolve unicode write errors set our default encoding to utf8
reload(sys)
Expand Down
Binary file not shown.
4 changes: 3 additions & 1 deletion report_broken_client/report_broken_client/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ let defaults = UserDefaults.init(suiteName: "com.github.salopensource.sal")

let key = defaults?.string(forKey: "key") ?? ""

let urlString = defaults?.string(forKey: "url") ?? ""
var urlString = defaults?.string(forKey: "ServerURL") ?? ""

urlString = urlString + "/checkin/"

let serial = getSerial()

Expand Down

0 comments on commit 905c021

Please sign in to comment.