• Max Krasnyansky's avatar
    Regex used in rm-key command is too lax · 199b2251
    Max Krasnyansky authored
    Basically the issue is that 'gitlab-shell rm-key key-2' removes all keys that match "key-2" pattern.
    "key-20", "key-25", etc.
    This change makes the regex used in the sed command more strict.
    199b2251
gitlab_keys.rb 714 Bytes