Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/op/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ local function quick_uuid_check(uuid)
end

function M.with_account_uuid(callback, opts)
local global_args = config.get_config_immutable.global_args or {}
local global_args = config.get_config_immutable().global_args or {}
for idx, arg in pairs(global_args) do
if arg == '--account' then
-- next arg should be the account UUID
Expand Down