summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets')
-rw-r--r--snippets/snakemake-mode/cdrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/snakemake-mode/cdrun b/snippets/snakemake-mode/cdrun
index 6715cf5..de1ef1c 100644
--- a/snippets/snakemake-mode/cdrun
+++ b/snippets/snakemake-mode/cdrun
@@ -2,4 +2,4 @@
# name: cdrun
# key: cd
# --
-'cd $(dirname {${1:input[0]}}) && ./$(basename {$1})' \ No newline at end of file
+"cd $(dirname {${1:input[0]}}) && ./$(basename {$1})" \ No newline at end of file