mirror of
https://github.com/Luzifer/github-masswatch.git
synced 2024-12-22 11:01:16 +00:00
Fixed case error
This commit is contained in:
parent
b27e1c9aaa
commit
f1fb340e11
1 changed files with 1 additions and 1 deletions
2
watch.rb
2
watch.rb
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require "Octokit"
|
||||
require "octokit"
|
||||
require "thor"
|
||||
|
||||
class WatchCLI < Thor
|
||||
|
|
Loading…
Reference in a new issue