Skip to content

Commit

Permalink
fix: tools/save_file.sh (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 28, 2024
1 parent f7f009b commit 59fe32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/save_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -e

main() {
base_dir="${LLM_TOOL_CACHE_DIR:-/tmp}"
mkdir -p "$base_dir"
output_file="$base_dir/$argc_file_name"
mkdir -p "$(dirname "$output_file")"
echo "$argc_contents" > "$output_file"
echo "$output_file"
}
Expand Down

0 comments on commit 59fe32a

Please sign in to comment.