Skip to content

Commit 174a6e7

Browse files
committed
fix(helmbroker): dump_addons_meta not found
1 parent 4d3870e commit 174a6e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/helmbroker/loader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
import requests
55
import yaml
66

7-
from .config import ADDONS_PATH, CONFIG_PATH, dump_addons_meta
7+
from .config import ADDONS_PATH, CONFIG_PATH
8+
from .utils import dump_addons_meta
89

910

1011
def download_file(url, dest):

0 commit comments

Comments
 (0)