Skip to content

Commit

Permalink
Rename user audit to suspended user audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Macey committed Aug 27, 2015
1 parent a7056c9 commit 54f7fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/ruby/user-auditing/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# User Audit
# Suspended User Audit

Lists total number of active, suspended, and recently suspended users. Gives the option to unsuspend all recently suspended users. This is mostly useful when a configuration change may have caused a large number of users to become suspended.

Expand Down Expand Up @@ -32,5 +32,5 @@ export OCTOKIT_ACCESS_TOKEN=00000000000000000000000
### Execute

```shell
ruby user_audit.rb
ruby suspended_user_audit.rb
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby

# User Audit - Generated with Octokitchen https://github.com/kylemacey/octokitchen
# Suspended User Audit - Generated with Octokitchen https://github.com/kylemacey/octokitchen

# Dependencies
require "octokit"
Expand Down

0 comments on commit 54f7fc0

Please sign in to comment.