Skip to content

Commit

Permalink
Merge pull request #9 from sqids/bug-fix
Browse files Browse the repository at this point in the history
Fix unbound variable error
  • Loading branch information
king-p3nguin authored Jun 30, 2024
2 parents 34e6005 + f1cdeae commit 4a0e568
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2024-07-01

### Fixed

- Fix unbound variable error (#9)

## [1.0.1] - 2024-01-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/sqids
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ version() {
}

main() {
local mode
local mode=""
local min_length="$DEFAULT_MIN_LENGTH"
local alphabet="$DEFAULT_ALPHABET"
local block_list="${DEFAULT_BLOCKLIST[*]}"
Expand Down

0 comments on commit 4a0e568

Please sign in to comment.