Skip to content

Commit

Permalink
fix the link in help menu, release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Oct 4, 2021
1 parent 1905285 commit ef98b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coffin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# set_gpg_recipients - verify the GPG keyfile and set up GPG for encryption

# initialize the global variables
readonly COFFIN_VERSION="1.0"
readonly COFFIN_VERSION="1.0.1"
readonly COFFIN_NAME="coffin"
readonly COFFIN_DIR=".$COFFIN_NAME"
readonly COFFIN_FILE="$COFFIN_DIR/$COFFIN_NAME".tar.gpg
Expand Down Expand Up @@ -168,7 +168,7 @@ coffin_help() {
printf '%s\n' "Options: $PROGRAM coffin [-h|--help] [-v|--version]"
printf '%s\n' "-h, --help: print this help menu"
printf '%s\n' "-v, --version: print the version of $PROGRAM coffin" ""
printf '%s\n' "For more details, visit https://github.com/ayushnix/pass-tessen"
printf '%s\n' "For more details, visit https://github.com/ayushnix/pass-coffin"
}

if [[ "$#" -eq 0 && "$COMMAND" == "coffin" ]]; then
Expand Down

0 comments on commit ef98b82

Please sign in to comment.