Skip to content

Commit

Permalink
Changed update URL to vapor-cli.qutheory.io (in preparation to fix th…
Browse files Browse the repository at this point in the history
…e second FIXME todo)
  • Loading branch information
finestructure committed Jun 23, 2016
1 parent 9d99d8d commit 6ce5ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/vapor/cmd_update.swift
Expand Up @@ -19,7 +19,7 @@ struct Update: Command {

do {
print("Downloading...")
try run("curl -L \(quiet) cli.qutheory.io -o \(name)")
try run("curl -L \(quiet) vapor-cli.qutheory.io -o \(name)")
} catch {
fail("Could not download Vapor CLI.")
}
Expand Down

0 comments on commit 6ce5ba1

Please sign in to comment.