1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-09-11 06:05:38 +03:00

Fix shellcheck warning about commands in subshells

This commit is contained in:
Nathan Henrie 2023-02-22 08:10:53 -07:00
parent fd951d0451
commit 7d2200d00d

View File

@ -30,7 +30,7 @@ function show_help () {
echo ' '
echo "agenix version: @version@"
echo "age binary path: @ageBin@"
echo "age version: $(@ageBin@ --version)"
echo "age version: $(@ageBin@ --version || true)"
}
function warn() {