Skip to content

Commit

Permalink
Merge pull request Carthage#1300 from Carthage/bootstrap-minor-tweaks
Browse files Browse the repository at this point in the history
Minor tweaks for Bootstrap.swift
  • Loading branch information
mdiep committed May 12, 2016
2 parents cc5be5e + 28c80bb commit c1d396c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/CarthageKit/Errors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum CarthageError: ErrorType, Equatable {
/// a dependency.
case RequiredVersionNotFound(ProjectIdentifier, VersionSpecifier)

// No entry could be found in Cartfile.resolved for a dependency with this name.
/// No entry could be found in Cartfile.resolved for a dependency with this name.
case UnresolvedDependencies([String])

/// Failed to check out a repository.
Expand Down
3 changes: 1 addition & 2 deletions Source/carthage/Bootstrap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public struct BootstrapCommand: CommandType {
}
return .empty
}
}
else {
} else {
checkDependencies = .empty
}

Expand Down

0 comments on commit c1d396c

Please sign in to comment.