Fix ID
This commit is contained in:
parent
6c00402b8b
commit
e1653bc7e0
1 changed files with 1 additions and 1 deletions
2
zet
2
zet
|
@ -150,7 +150,7 @@ main() {
|
|||
|
||||
new_zet() {
|
||||
id="$(date "+%Y%m%d%H%M%S")"
|
||||
filename="$(get_filepath_for_zet "$1")"
|
||||
filename="$(get_filepath_for_zet "$id")"
|
||||
mkdir -p "$(dirname "$filename")"
|
||||
|
||||
title="$*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue