diff options
| author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-19 18:01:42 +0200 |
|---|---|---|
| committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-19 18:01:42 +0200 |
| commit | d207e76d0b46b8c0980b4f107e65c56c6a6f9fe3 (patch) | |
| tree | 028981431915804639928fd6cdda22369fcf7bd8 | |
| parent | 64e4505a2f30b1ddf027ffd43898efa7bdfdd8d7 (diff) | |
| download | app.sh-d207e76d0b46b8c0980b4f107e65c56c6a6f9fe3.tar.gz app.sh-d207e76d0b46b8c0980b4f107e65c56c6a6f9fe3.tar.bz2 app.sh-d207e76d0b46b8c0980b4f107e65c56c6a6f9fe3.tar.xz app.sh-d207e76d0b46b8c0980b4f107e65c56c6a6f9fe3.zip | |
o Correct reference to method_conf_usage.
| -rw-r--r-- | .app/lib/app-conf | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
