From 19c9bf5014f0b888645bc26c65423b00a8ab6463 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 15 Jun 2012 16:23:48 +0200 Subject: [PATCH] Fixed a CNAME bug --- tasks/ghpublish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ghpublish b/tasks/ghpublish index 35a360617..0383f261c 100755 --- a/tasks/ghpublish +++ b/tasks/ghpublish @@ -37,7 +37,7 @@ debug mv output/index.html $ghroot debug mv output/* $ghroot debug cd $ghroot debug cp Scratch/en/error/404-not_found/index.html ./404.html -debug echo "yannesposito.com" > CNAME +echo "yannesposito.com" > CNAME debug tar cf ghroot.tar * debug cd $rootdir