diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 10:16:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 10:16:14 +0200 |
commit | 2b01b84f8d0cf469bdd3b031b1658db6fd8c0f52 (patch) | |
tree | 921bceed956d5e13ba805a3c1f3c315ce3ec402a /bin | |
parent | ea6ea902bea6857d2a0dbdf6d5492105a527d276 (diff) | |
download | gitlab-shell-2b01b84f8d0cf469bdd3b031b1658db6fd8c0f52.tar.gz |
gitlab-keys with tests
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gitlab-keys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gitlab-keys b/bin/gitlab-keys index 6a297c4..dc3876b 100755 --- a/bin/gitlab-keys +++ b/bin/gitlab-keys @@ -6,6 +6,7 @@ # Ex. # /bin/gitlab-keys add-key dzaporozhets "ssh-rsa AAAAx321..." # +# /bin/gitlab-keys rm-key dzaporozhets "ssh-rsa AAAAx321..." # ROOT_PATH = File.join(File.expand_path(File.dirname(__FILE__)), "..") require File.join(ROOT_PATH, 'lib', 'gitlab_keys') |