Skip to content

Commit

Permalink
scripts BUGFIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 7, 2024
1 parent bf910d3 commit 6ab2e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function OPENSSL_GET_PATH() {
fi

if [ -z "$OPENSSL" ]; then
echo "$0: Unable to find sysrepoctl executable." >&2
echo "$0: Unable to find openssl executable." >&2
exit 1
fi
}

0 comments on commit 6ab2e7c

Please sign in to comment.