Skip to content

Commit

Permalink
Fix hardcoded version number (carnager#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimhat committed Oct 26, 2020
1 parent 6e7fd8e commit 41f9ab4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rofi-pass
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,8 @@ insertPass () {
}

help_msg () {
cat <<'EOF'
version_number=$(git describe --tags --abbrev=0)
cat <<EOF
Usage:
rofi-pass [command]
Expand All @@ -785,7 +786,7 @@ help_msg () {
--show-last show details of last used Entry
--bmarks start in bookmarks mode
rofi-pass version 1.5.3
rofi-pass version $version_number
EOF
}

Expand Down

0 comments on commit 41f9ab4

Please sign in to comment.