File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44[ ![ Test Status] ( https://img.shields.io/github/actions/workflow/status/locus313/ssh-key-sync/ci.yml?style=flat-square&label=tests )] ( https://github.com/locus313/ssh-key-sync/actions )
55[ ![ License] ( https://img.shields.io/badge/License-MIT-blue?style=flat-square )] ( LICENSE )
66[ ![ Shell] ( https://img.shields.io/badge/Shell-Bash-green?style=flat-square&logo=gnu-bash )] ( https://www.gnu.org/software/bash/ )
7- [ ![ Version] ( https://img.shields.io/badge/Version-0.1.2 -orange?style=flat-square )] ( https://github.com/locus313/ssh-key-sync/releases )
7+ [ ![ Version] ( https://img.shields.io/badge/Version-0.1.3 -orange?style=flat-square )] ( https://github.com/locus313/ssh-key-sync/releases )
88
99⭐ If you like this project, star it on GitHub — it helps a lot!
1010
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
77# Repository: https://github.com/locus313/ssh-key-sync
88
99# shellcheck disable=SC2034 # planned to be used in a future release
10- readonly SCRIPT_VERSION=" 0.1.2 "
10+ readonly SCRIPT_VERSION=" 0.1.3 "
1111SCRIPT_NAME=" $( basename " $0 " ) "
1212readonly SCRIPT_NAME
1313
You can’t perform that action at this time.
0 commit comments