diff options
Diffstat (limited to 'scripts')
-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 \ |