summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-02-28 12:03:36 +0100
committerFlorian Frank <flori@ping.de>2010-02-28 12:03:36 +0100
commite07e01504641a5cfcfa7566010fd68335e732d5d (patch)
tree093801e9bb8d93bf2f3256934c7c512836839ae7
parentbca777b2c4162a63895926fcde6c20d1c9f75d1c (diff)
downloadjson-e07e01504641a5cfcfa7566010fd68335e732d5d.tar.gz
use v1.2 branch for docs
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b3e03ac..1e721ab 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ task :doc do
sh 'git rm -r doc'
end
sh 'git commit -m "deleted documentation" doc'
- sh 'git checkout master'
+ sh 'git checkout v1.2'
rm_rf 'doc'
sh 'rake doc'
sh 'git checkout gh-pages'