Skip to content

Commit 41702c8

Browse files
committed
rename function
1 parent 670e225 commit 41702c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ maintenance_mode() {
238238
fi
239239
}
240240
# Function to apply setup
241-
apply-setup() {
241+
apply_setup() {
242242
echo "Applying setup..."
243243
local env_files=($(get_env_files))
244244
$DOCKER_COMPOSE_CMD "${env_files[@]/#/--env-file=}" run --rm setup

0 commit comments

Comments
 (0)