mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
fix doc
This commit is contained in:
parent
370d6e4f0f
commit
a303fdded7
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ __func_alias__ = {
|
|||
|
||||
def _http_ftp_check(source):
|
||||
"""
|
||||
Check if source or sources
|
||||
Check if source or sources is http or ftp.
|
||||
"""
|
||||
if isinstance(source, str):
|
||||
return source.lower().startswith(("http:", "ftp:"))
|
||||
|
|
Loading…
Add table
Reference in a new issue