summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Assistant/Threads/Watcher.hs2
-rw-r--r--doc/bugs/internal_server_error_creating_repo_on_ssh_server.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs
index 6a54ffbff..38116cdc6 100644
--- a/Assistant/Threads/Watcher.hs
+++ b/Assistant/Threads/Watcher.hs
@@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE DeriveDataTypeable CPP #-}
+{-# LANGUAGE DeriveDataTypeable, CPP #-}
module Assistant.Threads.Watcher (
watchThread,
diff --git a/doc/bugs/internal_server_error_creating_repo_on_ssh_server.mdwn b/doc/bugs/internal_server_error_creating_repo_on_ssh_server.mdwn
index 5415e7b43..7235757bf 100644
--- a/doc/bugs/internal_server_error_creating_repo_on_ssh_server.mdwn
+++ b/doc/bugs/internal_server_error_creating_repo_on_ssh_server.mdwn
@@ -22,3 +22,5 @@ Please provide any additional information below.
Internal Server Error
user error (gpg ["--quiet","--trust-model","always","--gen-random","--armor","1","512"] exited 127)
git-annex version 3.20121212
+
+> [[done]], see comments --[[Joey]]