From a9f602f9c651879396e0676c164306939c746a39 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sun, 5 Apr 2015 22:00:07 -0700 Subject: [PATCH] Removed bash cmd --- pdf/update_pdf.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdf/update_pdf.bat b/pdf/update_pdf.bat index e611937..034670f 100644 --- a/pdf/update_pdf.bat +++ b/pdf/update_pdf.bat @@ -1,4 +1,3 @@ -#! /bin/bash cd .. git checkout gh-pages git pull @@ -9,4 +8,4 @@ git add README.md git commit -m 'updating PDF' git push git checkout master -cd pdf \ No newline at end of file +cd pdf