aboutsummaryrefslogtreecommitdiff
path: root/create_notes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_notes.sh')
-rwxr-xr-xcreate_notes.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/create_notes.sh b/create_notes.sh
index 1760018..9965593 100755
--- a/create_notes.sh
+++ b/create_notes.sh
@@ -8,9 +8,7 @@ cat graphdata.json |
jq -c '.data.nodes[]' |
while read -r nodes; do
id=$(echo "${nodes}" | jq -r '.id')
- file=$(echo "${nodes}" | jq -r '.file')
- echo "============================="
-
+ file=$(echo "${nodes}" | jq -r '.file')
timestamp=$(echo "${file}" | cut -d'-' -f1)
matching_file=$(find "${org_path}" -name "${timestamp}-*.org" -type f)