diff --git a/suchwowx/routes/meta.py b/suchwowx/routes/meta.py index b9f2361..20053e7 100644 --- a/suchwowx/routes/meta.py +++ b/suchwowx/routes/meta.py @@ -46,7 +46,7 @@ def remotes(): else: flash('That remote server already exists.', 'warning') else: - flash('Incorrect endpoint provided, must start with http or https', 'warning') # noqa + flash('Incorrect endpoint provided, must start with http or https.', 'warning') # noqa return render_template('remotes.html', remotes=remotes)