Skip to content

Commit

Permalink
Fix double stixd paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ciioprof0 committed Aug 8, 2024
1 parent 7f3666c commit 15a874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info579/scripts/bash/setup_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DB_NAME="stixd_corpus"
MYSQL_PATH="/c/Program Files/MySQL/MySQL Server 8.0/bin/mysql"

# Absolute path to SQL files
SQL_PATH="/d/OneDrive/Code/hltms/stixd/stixd/info579/sql/setup"
SQL_PATH="/d/OneDrive/Code/hltms/stixd/info579/sql/setup"

# Create the database
echo "Creating database..."
Expand Down

0 comments on commit 15a874c

Please sign in to comment.