Skip to content

Commit

Permalink
Fix logs command comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Aug 20, 2024
1 parent 92e819c commit c6bde34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/commands/docker.justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ up-logs *args:
docker compose up -d {{args}}
docker compose logs -f mampf

# Shows the log of the MaMpf container
# Shows the log of the specified container
@logs name="mampf":
#!/usr/bin/env bash
cd {{justfile_directory()}}/docker/development/
Expand Down

0 comments on commit c6bde34

Please sign in to comment.