Skip to content

Commit c554b04

Browse files
committed
Fix import of config
1 parent 6032b09 commit c554b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/devcontainer-cli/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- This library is free software; you can redistribute it and/or modify it
77
-- under the terms of the MIT license. See LICENSE for details.
88

9-
global_config = require("devcontainer-cli.config")
9+
local global_config = require("devcontainer-cli.config")
1010

1111
-- User configuration section
1212
local default_config = {

0 commit comments

Comments
 (0)