app-admin/bitwarden-cli: what is pushd must be popd

Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
This commit is contained in:
Rahil Bhimjiani
2024-02-26 23:16:22 +05:30
parent 56075f81a7
commit 1e15d68eb3

View File

@@ -54,6 +54,7 @@ src_compile() {
PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run dist:lin \
|| die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
./dist/linux/bw completion --shell zsh > bw.zsh
popd
}
src_install() {