Skip to content

Commit

Permalink
fix justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 19, 2024
1 parent c525c66 commit fc04efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ verify-container container="" registry="ghcr.io/ublue-os" key="":

# Public Key for Container Verification
key={{ key }}
if [[ -z "${key:-}" && "{{ registry}}" == "ghcr.io/ublue-os" ]]; then
if [[ -z "${key:-}" && "{{ registry }}" == "ghcr.io/ublue-os" ]]; then
key="https://raw.githubusercontent.com/ublue-os/main/main/cosign.pub"
fi

Expand Down

0 comments on commit fc04efd

Please sign in to comment.