From c7acf990614f5297d6506dfceb7ba7f368230524 Mon Sep 17 00:00:00 2001 From: hoatle Date: Wed, 20 May 2026 17:19:19 +0700 Subject: [PATCH] @ #631 | bug: extensions should be auto-updated --- lib/teracy-dev/extension/manager.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/teracy-dev/extension/manager.rb b/lib/teracy-dev/extension/manager.rb index d04e06f2..5f5a6556 100644 --- a/lib/teracy-dev/extension/manager.rb +++ b/lib/teracy-dev/extension/manager.rb @@ -59,9 +59,12 @@ def sync(extension) 'lookup_path' => lookup_path, 'path' => path } + extension['path']['lookup'] = ext_lookup_path extension['location'].merge!(location) + @logger.debug("extension: #{extension}") sync_existing = extension['path']['lookup'] == DEFAULT_EXTENSION_LOOKUP_PATH + @logger.info("Syncning #{extension['path']['extension']} @ #{extension['location']} ") Location::Manager.sync(extension['location'], sync_existing) end