From b7cf3dc5239a018e8063b011392570560c68bbd7 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 14 Dec 2015 14:55:40 -0500 Subject: [PATCH] deploy to the book repo, not rust by example. Sigh. :sob: --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 840405e..c46d881 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ git init git config user.name "Steve Klabnik" git config user.email "steve@steveklabnik.com" -git remote add upstream "https://$GH_TOKEN@github.com/rust-lang/rust-by-example.git" +git remote add upstream "https://$GH_TOKEN@github.com/rust-lang/book.git" git fetch upstream git reset upstream/gh-pages