Skip to content

Commit

Permalink
fix version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonvirtru authored Feb 8, 2023
1 parent a7dd1a3 commit a09af16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-cks-hsm-latest.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_DIR=$( dirname -- "$( readlink -f -- "$0"; )"; )
CKS_VERSION="$(head -1 "$DIR"/VERSION | sed 's/ //g')"
CKS_VERSION="$(head -1 "$SCRIPT_DIR"/VERSION | sed 's/ //g')"

RED="\033[1;31m"
BOLD="\033[1m"
Expand Down
2 changes: 1 addition & 1 deletion setup-cks-latest.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_DIR=$( dirname -- "$( readlink -f -- "$0"; )"; )
CKS_VERSION="$(head -1 "$DIR"/VERSION | sed 's/ //g')"
CKS_VERSION="$(head -1 "$SCRIPT_DIR"/VERSION | sed 's/ //g')"

RED="\033[1;31m"
BOLD="\033[1m"
Expand Down

0 comments on commit a09af16

Please sign in to comment.