Skip to content

Commit

Permalink
style: correct typo in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Mar 21, 2024
1 parent bf6c70e commit 445798b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Enhancements

- style: correct typo in filename

### Bug Fixes

## [0.7.2] - 2023-03-21
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /
USER appuser

# Run the application
CMD ["python", "./src/teslamte_telegram_bot.py"]
CMD ["python", "./src/teslamate_telegram_bot.py"]
File renamed without changes.

0 comments on commit 445798b

Please sign in to comment.