From d207e76d0b46b8c0980b4f107e65c56c6a6f9fe3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 19 Oct 2012 18:01:42 +0200 Subject: o Correct reference to method_conf_usage. --- .app/lib/app-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.app/lib/app-conf b/.app/lib/app-conf index 4cf4b7f..8149e41 100644 --- a/.app/lib/app-conf +++ b/.app/lib/app-conf @@ -147,7 +147,7 @@ method_conf() { shift fi - assert_is_instance conf_usage "$name" "$instance" + assert_is_instance method_conf_usage "$name" "$instance" case "$method" in list) -- cgit v1.2.3