Skip to content

Commit

Permalink
Errata app has been merged into scan
Browse files Browse the repository at this point in the history
Related: openscanhub/openscanhub#201

Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Feb 16, 2024
1 parent 37717fe commit 834f284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/scripts/run_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# hub work.
if [ "$(/usr/lib/python3.9/site-packages/osh/hub/manage.py dumpdata scan.MockConfig)" = "[]" ]; then
/usr/lib/python3.9/site-packages/osh/hub/manage.py loaddata \
/usr/lib/python3.9/site-packages/osh/hub/{errata,scan}/fixtures/initial_data.json
/usr/lib/python3.9/site-packages/osh/hub/scan/fixtures/initial_data.json
fi


Expand Down

0 comments on commit 834f284

Please sign in to comment.