浏览代码

removed trailing slash from directory path name, fixes #12

As @rpdelaney stated in #12, having an extra slash like this, "/foo///bar" is not wrong, but as @giuseppe998e mentioned, it looks cleaner when there is only one slash.
Siddharth Dushantha 5 年之前
父节点
当前提交
719779d518
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -21,7 +21,7 @@ RAW_TEXT=false
 # Everything related to 'tmpmail' will be stored in /tmp/tmpmail
 # so that the old emails and email addresses get cleared after
 # restarting the computer
-TMPMAIL_DIR="/tmp/tmpmail/"
+TMPMAIL_DIR="/tmp/tmpmail"
 
 # TMPMAIL_EMAIL_ADDRESS is where we store the temporary email address
 # that gets generated. This prevents the user from providing