We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6032b09 commit c554b04Copy full SHA for c554b04
lua/devcontainer-cli/log.lua
@@ -6,7 +6,7 @@
6
-- This library is free software; you can redistribute it and/or modify it
7
-- under the terms of the MIT license. See LICENSE for details.
8
9
-global_config = require("devcontainer-cli.config")
+local global_config = require("devcontainer-cli.config")
10
11
-- User configuration section
12
local default_config = {
0 commit comments