Skip to content

Commit

Permalink
Update Sources/ScipioKit/DescriptionPackage.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet authored Oct 3, 2023
1 parent ab78422 commit 066af40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/ScipioKit/DescriptionPackage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ struct DescriptionPackage {
/// Make DescriptionPackage from a passed package directory
/// - Parameter packageDirectory: A path for the Swift package to build
/// - Parameter mode: A Scipio running mode
/// - Parameter onlyUseVersionsFromResolvedFile: A boolean value indicates disabling force updating of Package.resolved.
/// - Parameter onlyUseVersionsFromResolvedFile: A boolean value if true disabling force updating of Package.resolved.
/// Then, use package versions only from existing Package.resolved.
/// If it is `true`, Package.resolved never be updated.
/// Instead, the resolving will fail if the Package.resolved is mis-matched with the workspace.
init(packageDirectory: AbsolutePath, mode: Runner.Mode, onlyUseVersionsFromResolvedFile: Bool) throws {
Expand Down

0 comments on commit 066af40

Please sign in to comment.