Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:owensd/apous into v0.2.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
owensd committed Jul 6, 2015
2 parents b53cb58 + b0f08d0 commit b1af46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func run() throws {
exit(.SwiftNotInstalled)
}

swift.run("-F", "Carthage/Build/Mac", "Rome", scriptPath)
swift.run("-F", "Carthage/Build/Mac", "-F", "Rome", scriptPath)
}

try run()
Expand Down

0 comments on commit b1af46f

Please sign in to comment.