1
0
Fork 0
mirror of https://github.com/Luzifer/github-masswatch.git synced 2024-10-18 04:34:25 +00:00

Fixed case error

This commit is contained in:
Knut Ahlers 2015-06-03 13:25:31 +02:00
parent b27e1c9aaa
commit f1fb340e11

View file

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require "Octokit"
require "octokit"
require "thor"
class WatchCLI < Thor