summaryrefslogtreecommitdiff
path: root/update.exs
diff options
context:
space:
mode:
Diffstat (limited to 'update.exs')
-rw-r--r--update.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.exs b/update.exs
index e0c367a..bc9ba0d 100644
--- a/update.exs
+++ b/update.exs
@@ -6,7 +6,7 @@ defmodule Instances do
def init() do
File.rename(@update_file, "#{@update_file}-prev")
- update
+ update()
end
def request(url) do