Skip to content

Commit dac23df

Browse files
uncommenting appinspect actions
1 parent 249bf27 commit dac23df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contentctl/actions/inspect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class Inspect:
3030
def execute(self, config: inspect) -> str:
3131
if config.build_app or config.build_api:
3232

33-
# self.inspectAppCLI(config)
34-
# appinspect_token = self.inspectAppAPI(config)
33+
self.inspectAppCLI(config)
34+
appinspect_token = self.inspectAppAPI(config)
3535

3636
if config.enable_metadata_validation:
3737
self.check_detection_metadata(config)

0 commit comments

Comments
 (0)