mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
CI: Make info() variable local
Make the variable in the `info()` function a `local` one. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
7dba230a1c
commit
f4351e4324
@ -8,7 +8,7 @@ set -e
|
||||
|
||||
info()
|
||||
{
|
||||
msg="$*"
|
||||
local msg="$*"
|
||||
echo "INFO: $msg"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user