Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Fix wrong release asset name in update manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Hadl committed Feb 16, 2016
1 parent e68868a commit e8e5c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model Boiler/Classes/Helpers/UpdateManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class UpdateManager: NSObject {
static let sharedInstance = UpdateManager()

let repoPath = "repos/nodes-ios/ModelBoiler/"
let downloadName = "Model Boiler.app.zip"
let downloadName = "Model.Boiler.app.zip"

var updateTimer: NSTimer?
private override init() { }
Expand Down

0 comments on commit e8e5c48

Please sign in to comment.