Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip carriage returns from Postgres scripts #514

Merged

Conversation

ColonelThirtyTwo
Copy link
Collaborator

For me at least, the shell in the Postgres container fails to execute the scripts, claiming the "'\r' is not a valid command". To fix, remove the carriage returns when installing the scripts into the container.

For me at least, the shell in the Postgres container fails to execute
the scripts, claiming the "'\r' is not a valid command". To fix, remove
the carriage returns when installing the scripts into the container.
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.96%. Comparing base (b49c563) to head (81349f5).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #514   +/-   ##
=======================================
  Coverage   91.96%   91.96%           
=======================================
  Files         314      314           
  Lines       18158    18158           
=======================================
  Hits        16699    16699           
  Misses       1459     1459           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrismaddalena chrismaddalena merged commit 3519d65 into GhostManager:master Sep 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants