Rename patch file
This commit is contained in:
parent
e27c3d69a7
commit
8f591e4da2
2 changed files with 1 additions and 1 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/notes b/notes
|
||||
index 3351903..34364bf 100755
|
||||
--- a/notes
|
||||
+++ b/notes
|
||||
@@ -14,7 +14,7 @@ set -e
|
||||
readonly NOTES_DIRECTORY="${NOTES_DIRECTORY:-${HOME}/notes}"
|
||||
readonly NOTES_EDITOR="${EDITOR}"
|
||||
|
||||
-readonly NOTES_FILE="$(date +%Y-%m).txt"
|
||||
+readonly NOTES_FILE="$(date +%Y-%m-%d).txt"
|
||||
readonly NOTES_PATH="${NOTES_DIRECTORY}/${NOTES_FILE}"
|
||||
|
||||
if [ ! -d "${NOTES_DIRECTORY}" ]; then
|
Loading…
Add table
Add a link
Reference in a new issue