Skip to content

Commit 55991b4

Browse files
committed
fix: Add get_modules in check_session
1 parent 1b7874d commit 55991b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/viur_cli/scriptor/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ def check_session(ctx: click.Context):
107107
click.echo("Invalid session, please run `viur script setup` again. okay ?")
108108
ctx.invoke(setup)
109109
ctx.close()
110+
# init modules
111+
get_modules()
110112

111-
112113
@script.command()
113114
@click.option('--force', default=False, help='Force replace files from server in local working directory')
114115
@click.pass_context

0 commit comments

Comments
 (0)