Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbook/group_vars/all/vars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author_mail: "github@stackable.de"
# Defines which subdirectory to check the target repos out in
work_dir: "{{ base_dir }}/work"

# Directory containinng the template structure to roll out
# Directory containing the template structure to roll out
template_dir: "{{ base_dir }}/template"

# The name for the branch that will be created and from which the pr will be initialized
Expand Down
2 changes: 1 addition & 1 deletion template/docker/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ARG STACKABLE_USER_NAME="stackable"
# "-c": Allows the execution of commands passed as a string
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]

# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them
# These labels have mostly been superseded by the OpenContainer spec annotations below but it doesn't hurt to include them
# http://label-schema.org/rc1/
LABEL name="Stackable Operator for {[ operator.pretty_string }]"
LABEL maintainer="info@stackable.tech"
Expand Down
2 changes: 1 addition & 1 deletion template/rustfmt.toml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code.
# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered.
# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nightly formatter is preferred.

# https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html
style_edition = "{[rust_edition}]"
Expand Down