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
|
# source this file in ZSH to get TOML support in docker-compose
|
||||||
# via the dct command
|
# via the pct command
|
||||||
# yj is required for this to work.
|
# yj is required for this to work.
|
||||||
# function name stands for Podman Compose Toml
|
|
||||||
pct () {
|
pct () {
|
||||||
local file_path=('./podman-compose.toml')
|
local file_path=('./podman-compose.toml')
|
||||||
zmodload zsh/zutil
|
zmodload zsh/zutil
|
||||||
|
|
Reference in a new issue