Skip to content

Commit

Permalink
Update 1password-cli-bin.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 3, 2024
1 parent 046bd22 commit f04e750
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 @@ -9,5 +9,5 @@ arch=('amd64')
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 f04e750

Please sign in to comment.