From ac69819febbd7d6bc0d2e2dbac4daa29aedae44a Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 6 Sep 2018 17:45:19 +0200 Subject: I really need unit tests * spelling correction in the info/label collum --- nextcloud_users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 nextcloud_users (limited to 'nextcloud_users') diff --git a/nextcloud_users b/nextcloud_users old mode 100644 new mode 100755 index 445a6db..46312fb --- a/nextcloud_users +++ b/nextcloud_users @@ -31,7 +31,7 @@ class NextcloudUsers: print('last1hour.label last hour') print('last1hour.info users connected in the last hour') print('last24hours.label last 24 hours') - print('last24.hours.info users connected in the last 24 hours') + print('last24hours.info users connected in the last 24 hours') elif (sys.argv.__len__() == 2) and (sys.argv[1] == 'autoconf'): # check host if env variables are set try: -- cgit v1.2.3-54-g00ecf