Skip to content

Commit

Permalink
Merge pull request #62 from cytopia/release-1.2
Browse files Browse the repository at this point in the history
Release v1.2
  • Loading branch information
cytopia authored Jan 31, 2021
2 parents 6f476d2 + f2e2988 commit 19d6e9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## Release v1.2

#### Fixed
- Fixed `identityity` typo to `identity` in option parsing loop.


## Release v1.1

#### Added
Expand Down
2 changes: 1 addition & 1 deletion timemachine
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ while getopts :vdpi:hV-: opt; do
PORT="${1}"
SSH_ARGS="${SSH_ARGS} -p ${PORT}"
;;
i | identityity)
i | identity)
shift
KEY="${1}"
SSH_ARGS="${SSH_ARGS} -i ${KEY}"
Expand Down

0 comments on commit 19d6e9a

Please sign in to comment.