diff options
Diffstat (limited to 'src/validators/timezone')
-rwxr-xr-x | src/validators/timezone | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validators/timezone b/src/validators/timezone index 7e4534b57..baf5abca2 100755 --- a/src/validators/timezone +++ b/src/validators/timezone @@ -29,5 +29,5 @@ if __name__ == '__main__': tz_data = tz_data.split('\n') if args.validate not in tz_data: - sys.exit("the timezone can't be found in the timezone list') + sys.exit("the timezone can't be found in the timezone list") sys.exit() |