From d6f37dbeb62469ddfef370ba1b161a20847dde9c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 9 May 2015 18:25:32 +0200 Subject: [PATCH] minor: doc for _autoenv_hash_pair --- autoenv.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/autoenv.zsh b/autoenv.zsh index aa44141..0587e2c 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -149,6 +149,7 @@ _autoenv_debug() { # Generate hash pair for a given file ($1). # A fixed hash value can be given as 2nd arg, but is used with tests only. +# The format is ":$file:$hash:$version". _autoenv_hash_pair() { local env_file=${1:A} local env_shasum=${2:-} -- 2.44.0