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

Commit

Permalink
Fixed a bug with the 'Rome' folder addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
owensd committed Jul 6, 2015
1 parent 89cfc8b commit b0f08d0
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

1 comment on commit b0f08d0

@owensd
Copy link
Owner Author

@owensd owensd commented on b0f08d0 Jul 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes issue #7.

Please sign in to comment.