Skip to content

Commit

Permalink
chore: pin cosmic-pkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
willswire committed Sep 25, 2024
1 parent 34e1ddb commit eff7987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cosmic/Subcommands/Add.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension Cosmic {
guard
let manifestURL = URL(
string:
"https://raw.githubusercontent.com/willswire/cosmic-pkgs/refs/heads/main/\(packageName).pkl"
"https://raw.githubusercontent.com/willswire/cosmic-pkgs/refs/tags/v0.0.1/\(packageName).pkl"
)
else {
throw AddError.manifestNotFound(
Expand Down

0 comments on commit eff7987

Please sign in to comment.