diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-27 23:21:42 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-27 23:21:42 +0800 |
| commit | 9ad46eea4bc0c53675d5665b34fbabeaae8b8a28 (patch) | |
| tree | 3c6cf4e326101115feb7d57d2ac7d742b5633f0a | |
| parent | c3ade815cad39c342a2aad80c34c05429e8a4495 (diff) | |
update
| -rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 93b1dbd..b617803 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -71,7 +71,7 @@ _auth() { | |||
| 71 | 71 | ||
| 72 | curl -i https://api.github.com/authorizations \ | 72 | curl -i https://api.github.com/authorizations \ |
| 73 | --user "$user:$password" \ | 73 | --user "$user:$password" \ |
| 74 | --data "$data" \ | 74 | --data "$data" |
| 75 | 75 | ||
| 76 | read -p "2-factor code: " OTP < /dev/tty | 76 | read -p "2-factor code: " OTP < /dev/tty |
| 77 | curl https://api.github.com/authorizations \ | 77 | curl https://api.github.com/authorizations \ |