summaryrefslogtreecommitdiff
path: root/bin/page
diff options
context:
space:
mode:
Diffstat (limited to 'bin/page')
-rwxr-xr-xbin/page2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/page b/bin/page
index ee62a95..e2d4f38 100755
--- a/bin/page
+++ b/bin/page
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
-load 'util.rb'
+require 'util'
require 'uri'
template = "bin/page.#{ARGV[0]}.erb"