Skip to content

Commit

Permalink
Fix import of config
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 7, 2024
1 parent 6032b09 commit c554b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/devcontainer-cli/log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-- This library is free software; you can redistribute it and/or modify it
-- under the terms of the MIT license. See LICENSE for details.

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

-- User configuration section
local default_config = {
Expand Down

0 comments on commit c554b04

Please sign in to comment.