Fix comment in podman-compose-toml.zsh
This commit is contained in:
parent
2a85ae79c0
commit
c3d7d5be52
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# source this file in ZSH to get TOML support in podman-compose
|
||||
# via the dct command
|
||||
# source this file in ZSH to get TOML support in docker-compose
|
||||
# via the pct command
|
||||
# yj is required for this to work.
|
||||
# function name stands for Podman Compose Toml
|
||||
pct () {
|
||||
local file_path=('./podman-compose.toml')
|
||||
zmodload zsh/zutil
|
||||
|
|
Reference in a new issue