Skip to content

Commit

Permalink
Fixed Addon installation on requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-barrionuevo committed Nov 28, 2024
1 parent 5efb8f5 commit 3008083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function update_requirements_txt() {

# Append each requirement to requirements.txt
for requirement in $requirements; do
echo "$requirement" >> ./backend/requirements.txt
echo "$requirement" >> ./requirements.txt
done
}

Expand Down

0 comments on commit 3008083

Please sign in to comment.