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

fix: Fix variable declaration order Update compose.sh #3072

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ursulabauer
Copy link

Motivation

I’ve rearranged the order of variable declarations for SCYLLA_VOLUME and SHARED_VOLUME in the cleanup() function. Previously, these variables were being referenced before they were properly declared and assigned, which could lead to errors or unexpected behavior. By moving their declaration and assignment above the Docker commands, I’ve ensured that they are correctly set before being used. This change improves code reliability and prevents potential issues during the cleanup process.

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.

1 participant