Skip to content

Commit 8c088c6

Browse files
committed
Fix serve command doc
1 parent e2398fb commit 8c088c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planemo/commands/cmd_serve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def cli(ctx, paths, **kwds):
3333
``planemo`` uses temporarily generated config files and environment
3434
variables to attempt to shield this execution of Galaxy from manually
3535
launched runs against that same Galaxy root - but this may not be bullet
36-
proof yet so please careful and do not try this against production Galaxy
37-
instances.
36+
proof yet, so please be careful and do not try this against a production
37+
Galaxy instance.
3838
"""
3939
runnables = for_paths(paths)
4040
galaxy_serve(ctx, runnables, **kwds)

0 commit comments

Comments
 (0)