Skip to content

Commit

Permalink
Merge pull request #6134 from freedomofpress/tails-verify-no-force-check
Browse files Browse the repository at this point in the history
Removed version check for 'securedrop-admin verify' command
  • Loading branch information
conorsch authored Oct 12, 2021
2 parents 5deab7a + 40501ee commit 81576f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/securedrop_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ def install_securedrop(args: argparse.Namespace) -> int:
)


@update_check_required("verify")
def verify_install(args: argparse.Namespace) -> int:
"""Run configuration tests against SecureDrop servers"""

Expand Down

0 comments on commit 81576f6

Please sign in to comment.