mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 16:29:04 +00:00
Fix tag display issue
This commit is contained in:
@@ -289,6 +289,8 @@ void sist2_index(index_args_t *args) {
|
||||
|
||||
void sist2_exec_script(exec_args_t *args) {
|
||||
|
||||
LogCtx.verbose = TRUE;
|
||||
|
||||
char descriptor_path[PATH_MAX];
|
||||
snprintf(descriptor_path, PATH_MAX, "%s/descriptor.json", args->index_path);
|
||||
index_descriptor_t desc = read_index_descriptor(descriptor_path);
|
||||
|
||||
Reference in New Issue
Block a user