Skip to content

Commit

Permalink
chore: pin pkgs to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willswire committed Sep 26, 2024
1 parent 818b9ac commit f6e7a0d
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 @@ -49,7 +49,7 @@ extension Cosmic {
guard
let manifestURL = URL(
string:
"https://raw.githubusercontent.com/willswire/cosmic-pkgs/refs/heads/add-bundle-packages/\(packageName).pkl"
"https://raw.githubusercontent.com/willswire/cosmic-pkgs/refs/tags/v0.0.2/\(packageName).pkl"
)
else {
throw AddError.manifestNotFound(
Expand Down

0 comments on commit f6e7a0d

Please # to comment.