diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-09-11 23:04:52 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-09-11 23:04:52 -0400 |
commit | 8ba186e46cec3906b9d4d6d61248a4c2f7a5963c (patch) | |
tree | df2784e1c0a0f2e5526fed99587e8bf01fbd6e15 /guix-snakemake-environment | |
parent | d49c6580e5e01a5e80198f4026caf1d5a717f8a0 (diff) | |
download | snakemake-mode-8ba186e46cec3906b9d4d6d61248a4c2f7a5963c.tar.gz |
guix-snakemake-environment: Update stale comment
This should have been adjusted in a5f868f (Change 'guix environment'
snippet to use --manifest, 2018-09-01).
Diffstat (limited to 'guix-snakemake-environment')
-rwxr-xr-x | guix-snakemake-environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-snakemake-environment b/guix-snakemake-environment index 1aa003e..3dab9b9 100755 --- a/guix-snakemake-environment +++ b/guix-snakemake-environment @@ -4,7 +4,7 @@ ### ### If `snakemake-shell-file-name' points to this file, ### `snakemake-term-start' will start a terminal with an environment -### that exposes snakemake and the dependencies defined in "guix.scm", +### that exposes snakemake and the dependencies defined in "manifest.scm", ### a file which should be located in the same directory as the ### current Snakefile. |