Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow committed May 3, 2023
1 parent 6816a58 commit 55d3258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def run():

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:"))
Expand Down

0 comments on commit 55d3258

Please sign in to comment.