[commit: ghc] wip/jenkins: Fix documentation (32878ff)

git at git.haskell.org git at git.haskell.org
Tue May 30 14:46:03 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/32878ff67e84f75383c0a9bc4ac824e85b953a77/ghc

>---------------------------------------------------------------

commit 32878ff67e84f75383c0a9bc4ac824e85b953a77
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue May 30 10:45:52 2017 -0400

    Fix documentation


>---------------------------------------------------------------

32878ff67e84f75383c0a9bc4ac824e85b953a77
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 29902ed..8d645c5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -211,7 +211,7 @@ def updateReadTheDocs() {
      export GHC_TREE=$(pwd)
      cd ghc-users-guide
      ./export.sh
-     git commit -a -m "Update to ghc commit ${commit}" || true
+     git commit -a -m \"Update to ghc commit ${commit}\" || true
      git push
      """
 }



More information about the ghc-commits mailing list