Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 5, 2024
1 parent 47b9039 commit 55777a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
deb_depends: "openssl"
rpm_depends: "openssl"
postinstall: .release/linux/postinst
postremove: .release/linux/postrm
preremove: .release/linux/prerm

- name: Set Package Names
if: ${{ matrix.goos == 'linux' }}
Expand Down
2 changes: 1 addition & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ event "build" {
depends = ["merge"]
action "build" {
organization = "hashicorp"
repository = "vlt"
repository = "hcp"
workflow = "build"
}
}
Expand Down
File renamed without changes.

0 comments on commit 55777a1

Please sign in to comment.