Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Aug 12, 2023
1 parent 0441208 commit 4f90546
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file removed src/features/.gitkeep
Empty file.
Empty file removed src/features/__init__.py
Empty file.
Empty file removed src/features/build_features.py
Empty file.
6 changes: 3 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ else
# "docker-compose" will be phased out in the future.
# Use "docker compose" instead.
if [ "$(docker compose version 2>/dev/null)" ]; then
docker-compose() {
docker compose $@
}
docker-compose() {
docker compose $@
}
fi

info "Launching/Restarting '$container' docker container"
Expand Down

0 comments on commit 4f90546

Please sign in to comment.