Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Olejnik committed Jul 17, 2024
1 parent 0904529 commit 2f36de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o errexit # abort on nonzero exitstatus
set -o pipefail # don't hide errors within pipes

# Global variables
VERSION="1.0.1"
VERSION="1.0.2"
SECRET_LENGTH=64
PASSWORD_LENGTH=16

Expand Down Expand Up @@ -211,7 +211,7 @@ is_term_color() {
C_BOLD=""
C_ITALICS=""
C_BG_GREY=""
C_E#ND=""
C_END=""
fi
}

Expand Down

0 comments on commit 2f36de7

Please sign in to comment.