Skip to content

Commit

Permalink
fix(1password-cli-bin): wrong gives
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 3, 2024
1 parent 25eb584 commit a70b2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/1password-cli-bin/1password-cli-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ maintainer=("Oren Klopfer <[email protected]>")

package() {
cd "${_archive}"
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
install -Dm755 op -t "${pkgdir}/usr/bin"
}

0 comments on commit a70b2e8

Please sign in to comment.