diff options
Diffstat (limited to 'bin/ak-comments')
-rwxr-xr-x | bin/ak-comments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-comments b/bin/ak-comments index cd86a08..416d2a8 100755 --- a/bin/ak-comments +++ b/bin/ak-comments @@ -31,7 +31,7 @@ create(){ cd $ZCOMMENTSDIR if [ ! -z $REFER_TO ] then - reference create $REFERENCE $REFER_TO + ak-reference create $REFERENCE $REFER_TO fi } |