Skip to content

Commit 998ab1f

Browse files
committed
chore: add clarifying comment
1 parent 475c829 commit 998ab1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/chloggen-wrapper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if [ "$COMMAND" = update ]; then
9090
else
9191
dir=$(mktemp -d "$CHLOGGEN_DIR/tmp.XXXXXX")
9292
trap 'rm -rf "$dir"' EXIT
93+
# Need to create a new config to point chloggen at the temp dir
9394
cp "$CHLOGGEN_DIR/config.yaml" "$dir/config.yaml"
9495
CONFIG="$dir/config.yaml"
9596
yq -i ".entries_dir = \"$dir\"" "$CONFIG"

0 commit comments

Comments
 (0)