1 parent bb55b28 commit fe822f5Copy full SHA for fe822f5
2 files changed
script/enterprise-cutter
@@ -13,7 +13,6 @@
13
14
require 'fileutils'
15
require 'tmpdir'
16
-require 'nokogiri'
17
18
if ARGV.length != 2
19
error = '''Error: Run the script like this: bundle exec script/enterprise-cutter [DATE] [VERSION]
tasks/enterprise.rake
@@ -1,3 +1,5 @@
1
+require 'nokogiri'
2
+
3
def setup
4
`git checkout gh-pages`
5
`git pull origin gh-pages`
0 commit comments