Skip to content

Commit

Permalink
fix(smallstep/certificates): src incorrect after 0.23.0-rc.1
Browse files Browse the repository at this point in the history
Follow up to aquaproj#14385.

Fixes smallstep/certificates to only use 'bin/' path in 0.23.0-rc.1 as after this it is no longer present and breaks versions after this.
  • Loading branch information
scottames committed Sep 16, 2023
1 parent bd4fe65 commit c7daa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/smallstep/certificates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
algorithm: sha256
version_constraint: semver(">= 0.24.3-rc.1")
version_overrides:
- version_constraint: semver(">= 0.23.0-rc.1")
- version_constraint: semver("= 0.23.0-rc.1")
files: &step_ca_files2
- name: step-ca
src: step-ca_{{trimV .Version}}/bin/step-ca
Expand Down

0 comments on commit c7daa1b

Please sign in to comment.