Skip to content

Commit

Permalink
fixup cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Feb 14, 2018
1 parent b29ce37 commit af1754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/apicast/cli/command/start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ local function build_env(options, config, context)
APICAST_CONFIGURATION_LOADER = tostring(options.configuration_loader or context.configuration_loader or 'lazy'),
APICAST_CONFIGURATION_CACHE = tostring(options.cache or context.configuration_cache or 0),
THREESCALE_DEPLOYMENT_ENV = context.configuration_channel or options.channel or config.name,
APICAST_POLICY_LOAD_PATH = context.policy_load_path or options.policy_load_path,
APICAST_POLICY_LOAD_PATH = options.policy_load_path or context.policy_load_path,
}
end

Expand Down

0 comments on commit af1754e

Please sign in to comment.