Fix comment in podman-compose-toml.zsh

This commit is contained in:
Marko Korhonen 2023-04-08 17:01:42 +03:00
parent 2a85ae79c0
commit c3d7d5be52
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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