mattermost: cosmetic: remove stray character (#17897)

This commit is contained in:
Ruslan Babayev 2016-08-21 10:20:10 -07:00 committed by Franz Pletz
parent cccdbf0bfd
commit 159412db2e

View File

@ -37,7 +37,7 @@ in
type = types.str; type = types.str;
example = "https://chat.example.com"; example = "https://chat.example.com";
description = '' description = ''
URL this Mattermost instance is reachable under, without trailing slash." URL this Mattermost instance is reachable under, without trailing slash.
''; '';
}; };