From cc38664ea4091dede2e337c3fc8d90fb5900d0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hadrien=20Gourl=C3=A9?= Date: Fri, 28 Sep 2018 21:00:29 +0200 Subject: [PATCH] quotes are now c/p friendly one command of the sync instructions had weird quotation marks around it. --- markdown/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/sync.md b/markdown/sync.md index abb50772ad..0b1cfe0758 100644 --- a/markdown/sync.md +++ b/markdown/sync.md @@ -90,7 +90,7 @@ nothing added to commit but untracked files present (use "git add" to track) If it all looks good, then commit these files: ``` git add . -git commit -m “Initial template commit” +git commit -m "Initial template commit" ``` For the nf-core bot to be able to access your TEMPLATE branch, you need to push it to the upstream repository. ```