Skip to content

Commit

Permalink
Corrected minor typo (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Phat <[email protected]>
  • Loading branch information
digitalkram and damphat authored Sep 23, 2022
1 parent 4118968 commit 383233d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kv-bash
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ kv_validate_key() {

[[ "${BASH_SOURCE[0]}" != "${0}" ]] || {
kv_echo_err " +------------------------------------------------+"
kv_echo_err " | FALTAL ERROR: wrong usage :( |"
kv_echo_err " | FATAL ERROR: wrong usage :( |"
kv_echo_err " | You should use this via source |"
kv_echo_err " | $ source ./kv-bash |"
kv_echo_err " | |"
Expand Down Expand Up @@ -149,6 +149,6 @@ kvlist() {
# clear all key/value pairs in database
# Usage: kvclear
kvclear() {
kv_user_dir=${KV_USER_DIR:-$default_kv_user_dir}
kv_user_dir=${KV_USER_DIR:-$default_kv_user_dir}
rm -rf "$kv_user_dir"
}

0 comments on commit 383233d

Please sign in to comment.