From c3d7d5be5236cdbc89c3557245a6c1f937c36168 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 8 Apr 2023 17:01:42 +0300 Subject: [PATCH] Fix comment in podman-compose-toml.zsh --- podman-compose-toml.zsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/podman-compose-toml.zsh b/podman-compose-toml.zsh index 8387063..07b1d34 100644 --- a/podman-compose-toml.zsh +++ b/podman-compose-toml.zsh @@ -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