Break the build

This commit is contained in:
Thibault Jouan 2015-04-18 17:25:57 +00:00
parent 3321331fc4
commit 2567f1c847

View File

@ -1,5 +1,7 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
fail 'breaking the build!'
require 'uh/wm' require 'uh/wm'
Uh::WM::CLI.run(ARGV) Uh::WM::CLI.run(ARGV)