This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a105e6e Oops, misplaced space
a105e6e is described below
commit a105e6e8b28973d72883738089254423efd3147d
Author: Sebb <[email protected]>
AuthorDate: Mon Feb 15 17:41:50 2021 +0000
Oops, misplaced space
---
www/secretary/workbench/models/mailbox.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/secretary/workbench/models/mailbox.rb
b/www/secretary/workbench/models/mailbox.rb
index 40b3a8d..86d6cc7 100644
--- a/www/secretary/workbench/models/mailbox.rb
+++ b/www/secretary/workbench/models/mailbox.rb
@@ -142,14 +142,14 @@ class Mailbox
# name of associated yaml file
#
def yaml_file
- File.join ARCHIVE," #{@name}.yml"
+ File.join ARCHIVE, "#{@name}.yml"
end
#
# name of associated directory
#
def dir
- File.join ARCHIVE," #{@name}.mail"
+ File.join ARCHIVE, "#{@name}.mail"
end
#