diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-26 18:20:21 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-07 00:28:31 +0200 |
commit | 79af7dea85687fb399ff4654c87876e84451d63d (patch) | |
tree | de1f1f0d6c98f365a0766504a5f87c5990f17980 /scripts/poe-tasks/kresctl | |
parent | python: datamodel module moved out of manager module (diff) | |
download | knot-resolver-79af7dea85687fb399ff4654c87876e84451d63d.tar.xz knot-resolver-79af7dea85687fb399ff4654c87876e84451d63d.zip |
python: knot_resolver_manager module renamed to knot_resolver
Diffstat (limited to 'scripts/poe-tasks/kresctl')
-rwxr-xr-x | scripts/poe-tasks/kresctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poe-tasks/kresctl b/scripts/poe-tasks/kresctl index 922d0624..50e028fc 100755 --- a/scripts/poe-tasks/kresctl +++ b/scripts/poe-tasks/kresctl @@ -5,4 +5,4 @@ src_dir="$(dirname "$(realpath "$0")")" source $src_dir/utils/_env.sh # run knot-resolver client -python3 -m knot_resolver_manager.client $@ +python3 -m knot_resolver.client $@ |