Skip to content

Commit

Permalink
Fix ls command in create_notes.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoamu committed Jan 27, 2024
1 parent 0246f6b commit 759b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p notes

# cat graphdata.json

# ls -ls "${orgPath}"
ls -ls "${orgPath}"

cat graphdata.json |
jq -c '.data.nodes[]' |
Expand Down

0 comments on commit 759b084

Please sign in to comment.