Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Aug 21, 2024
1 parent 92e7aeb commit 7dc5529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions generate-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

SCRIPT_DIR=$(dirname "$(readlink -f "$0")")

# avoid variables to be replaced
export ref='$ref'

# Function to process each configuration file
process_conf_file() {
local conf_file=$1
Expand Down
2 changes: 1 addition & 1 deletion gpt-instructions.dist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MyElasticSearch Documentation
# AI Memory Documentation

## Purpose

Expand Down

0 comments on commit 7dc5529

Please sign in to comment.