mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Add troubleshooting instructions to the finish_release script for snapcraft credential expiry. (#9896)
This commit is contained in:
parent
2844fdd74a
commit
f4e031f505
1 changed files with 2 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ def assert_logged_into_snapcraft():
|
|||
except (subprocess.CalledProcessError, OSError):
|
||||
print("Please make sure that the command line tool snapcraft is")
|
||||
print("installed and that you have logged in to an account by running")
|
||||
print("'snapcraft login'.")
|
||||
print("'snapcraft login'. If that fails, your credentials may have expired")
|
||||
print("and you should run `snapcraft logout` followed by 'snapcraft login'.")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue