Skip to content

Commit

Permalink
Move get_repos.sh to backend folder and update references
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Jul 12, 2024
1 parent 6209993 commit c9407df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/get_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd ./scripts
go clean
go run build_tables.go

if [ $(ls ../tables/*.txt | wc -l) -lt 10 ]; then
if [ $(ls ./tables/*.txt | wc -l) -lt 10 ]; then
echo "Error: less than 10 .txt files in tables folder"
exit 1
fi
Expand Down

0 comments on commit c9407df

Please sign in to comment.