diff --git a/salt/states/file.py b/salt/states/file.py index e749e4970dd..d663fd7aae1 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -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:"))