mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Fixed spelling mistake: missing
This commit is contained in:
parent
5b1a508d6a
commit
61cdc2ae90
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ If ($params.url) {
|
||||||
$url = $params.url
|
$url = $params.url
|
||||||
}
|
}
|
||||||
Else {
|
Else {
|
||||||
Fail-Json $result "mising required argument: url"
|
Fail-Json $result "missing required argument: url"
|
||||||
}
|
}
|
||||||
|
|
||||||
If ($params.dest) {
|
If ($params.dest) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue