aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snakemake.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake.el b/snakemake.el
index a7f72bb..ac2db17 100644
--- a/snakemake.el
+++ b/snakemake.el
@@ -595,7 +595,7 @@ that starts a shell with the desired environment. For example,
to set up an enviroment with Guix, `snakemake-shell-file-name'
could point to a script that runs
- guix environment -l manifest.scm --ad-hoc snakemake --pure"
+ guix environment -l guix.scm --ad-hoc snakemake --pure"
(interactive)
(let ((default-directory (snakemake-snakefile-directory)))
(unless (snakemake-term-process)