Skip to content

Commit 372c78c

Browse files
committed
Fix case in wrkstrm-main package URL
Updated the remote dependency URL for WrkstrmMain to use the correct lowercase 'wrkstrm-main' repository name. This ensures proper package resolution.
1 parent 9ea8ad2 commit 372c78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Package.Inject.local.dependencies = [
1313
Package.Inject.remote.dependencies = [
1414
.package(url: "https://github.com/wrkstrm/wrkstrm-foundation.git", from: "3.0.0"),
1515
.package(url: "https://github.com/wrkstrm/common-log.git", from: "3.0.0"),
16-
.package(url: "https://github.com/wrkstrm/WrkstrmMain.git", from: "3.0.0"),
16+
.package(url: "https://github.com/wrkstrm/wrkstrm-main.git", from: "3.0.0"),
1717
]
1818

1919
// MARK: - Package Declaration

0 commit comments

Comments
 (0)