From eff7987a004c32a7cc4c2a8f5f73d2880bb8fd80 Mon Sep 17 00:00:00 2001 From: William Walker Date: Wed, 25 Sep 2024 14:02:12 -0500 Subject: [PATCH] chore: pin cosmic-pkgs version --- Cosmic/Subcommands/Add.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cosmic/Subcommands/Add.swift b/Cosmic/Subcommands/Add.swift index 8d18046..04738be 100644 --- a/Cosmic/Subcommands/Add.swift +++ b/Cosmic/Subcommands/Add.swift @@ -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(