Skip to content

Commit 905c021

Browse files
committed
Get the hard things right, the easy stuff wrong, silly
1 parent a8882c0 commit 905c021

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

payload/usr/local/sal/bin/sal-submit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import yaml
3333

3434

3535
BUNDLE_ID = 'com.github.salopensource.sal'
36-
VERSION = '2.1.1'
36+
VERSION = '2.1.2'
3737

3838
# To resolve unicode write errors set our default encoding to utf8
3939
reload(sys)

report_broken_client/report_broken_client/main.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ let defaults = UserDefaults.init(suiteName: "com.github.salopensource.sal")
2222

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

25-
let urlString = defaults?.string(forKey: "url") ?? ""
25+
var urlString = defaults?.string(forKey: "ServerURL") ?? ""
26+
27+
urlString = urlString + "/checkin/"
2628

2729
let serial = getSerial()
2830

0 commit comments

Comments
 (0)