diff options
author | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-09-18 19:18:01 +0300 |
---|---|---|
committer | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-09-18 19:18:01 +0300 |
commit | 8702ce8bbd4d1435cc81fa8fcd7f5309d3c7b003 (patch) | |
tree | 8ce1b6f62ee2cd7d527f23928b20e7b2a1853388 /src/actionhelper.c | |
parent | af17ead850f90cf6e4476aa74975e68d7293fb27 (diff) | |
download | ck-8702ce8bbd4d1435cc81fa8fcd7f5309d3c7b003.tar.gz ck-8702ce8bbd4d1435cc81fa8fcd7f5309d3c7b003.tar.bz2 ck-8702ce8bbd4d1435cc81fa8fcd7f5309d3c7b003.zip |
VC and secret dir are now stored with absolute path
Diffstat (limited to 'src/actionhelper.c')
-rw-r--r-- | src/actionhelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionhelper.c b/src/actionhelper.c index 7d6aa8a..c4c1f34 100644 --- a/src/actionhelper.c +++ b/src/actionhelper.c @@ -65,5 +65,5 @@ edit_rc edit_get_config_or_suggestions(cklist *args, char *ret) { UNUSED(args); UNUSED(ret); - return ERC_ERR; + return ERC_ERR; } |