Skip to content

Commit

Permalink
README.md: codespell: overriden → overridden (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr authored Dec 28, 2022
1 parent b3465e3 commit 7760d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ build --workspace_status_command=./print-workspace-status.sh
$ cat print-workspace-status.sh
cat <<EOF
VAR1 value1
# This can be overriden by users if they "export CLUSTER_OVERRIDE"
# This can be overridden by users if they "export CLUSTER_OVERRIDE"
CLUSTER ${CLUSTER_OVERRIDE:-default-value2}
EOF
</pre>
Expand Down

0 comments on commit 7760d83

Please sign in to comment.