Skip to content

Commit 43c7e8f

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix merge conflict
1 parent 028ddb2 commit 43c7e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/src/subcommand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::args::{ConfigSubCommand, DscType, OutputFormat, ResourceSubCommand};
55
use crate::resolve::{get_contents, Include};
66
use crate::resource_command::{get_resource, self};
77
use crate::tablewriter::Table;
8-
use crate::util::{DSC_CONFIG_ROOT, EXIT_DSC_ERROR, EXIT_INVALID_ARGS, EXIT_INVALID_INPUT, EXIT_JSON_ERROR, get_schema, write_output, get_input, set_dscconfigroot, validate_json};
8+
use crate::util::{DSC_CONFIG_ROOT, EXIT_DSC_ERROR, EXIT_DSC_ASSERTION_FAILED, EXIT_INVALID_ARGS, EXIT_INVALID_INPUT, EXIT_JSON_ERROR, get_schema, write_output, get_input, in_desired_state, set_dscconfigroot, validate_json};
99
use dsc_lib::{
1010
configure::{
1111
config_doc::{

0 commit comments

Comments
 (0)