Skip to content

Commit

Permalink
arrr
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 15, 2024
1 parent 28fc786 commit 47e43a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/postprocessor/opengraph.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e pipefail

cd "$(dirname "$(readlink -f "$0")")/../book/html/release_notes/"
ls ../book/
cd "$(dirname "$(readlink -f "$0")")/../book/html/release_notes/"
ls *.html \
| sed 's/.html$//' \
| xargs -I'{}' \
Expand Down

0 comments on commit 47e43a9

Please sign in to comment.