Skip to content

Commit

Permalink
Merge pull request #729 from FliesLikeABrick/hotfix/documentation-url…
Browse files Browse the repository at this point in the history
…-fix-issue-707

Fixes #707 bad docuentation URLs
  • Loading branch information
ecederstrand authored Jun 17, 2024
2 parents 637742c + fc96a1b commit 61c9682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sh.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
http://amoffat.github.io/sh/
https://sh.readthedocs.io/en/latest/
https://github.com/amoffat/sh
"""
# ===============================================================================
# Copyright (C) 2011-2023 by Andrew Moffat
Expand Down Expand Up @@ -1094,7 +1095,7 @@ def fg_validator(passed_kwargs, merged_kwargs):
msg = """\
_fg is invalid with nearly every other option, see warning and workaround here:
https://amoffat.github.io/sh/sections/special_arguments.html#fg"""
https://sh.readthedocs.io/en/latest/sections/special_arguments.html#fg"""
allowlist = {"env", "fg", "cwd", "ok_code"}
offending = set(passed_kwargs.keys()) - allowlist

Expand Down

0 comments on commit 61c9682

Please sign in to comment.