1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

correct variable name

This commit is contained in:
Peter Mounce 2015-05-02 13:56:01 +01:00 committed by Matt Clay
parent be2ca80c2b
commit 2fc0cec990

View file

@ -27,7 +27,7 @@ Set-Attr $result "changed" $false;
if ($params.name)
{
$package = $params.name
$name = $params.name
}
else
{