Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into josh/cloudflared-output
Browse files Browse the repository at this point in the history
  • Loading branch information
jspspike authored Jul 14, 2020
2 parents 127efa7 + 602b899 commit 5dac4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ fn run() -> Result<(), failure::Error> {
.unwrap_or(commands::DEFAULT_CONFIG_PATH),
);
let manifest = settings::toml::Manifest::new(config_path)?;
let env = matches.value_of("env");
let env = subcommand_matches.unwrap().value_of("env");

let env_zone_id = if let Some(environment) = manifest.get_environment(env)? {
environment.zone_id.as_ref()
Expand Down

0 comments on commit 5dac4e2

Please sign in to comment.