Skip to content

Commit

Permalink
Fix variable name in pistol appfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Sep 14, 2024
1 parent 69b9a29 commit f88d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pistol@x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app_install() {
local manpage_file

if utils:compare_versions "$version" ge 'v0.5.2'; then
manpage_file="${APP_ARCH}.1"
manpage_file="${APP_NAME}.1"
else
manpage_file="${APP_NAME}.1.gz"
fi
Expand Down

0 comments on commit f88d27e

Please sign in to comment.