Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 9, 2024
1 parent c8c3d9f commit af4eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Validate JSON file against OpenRecon schema and write Dockerfile
jsonFilePath = 'OpenReconLabel.json'
schemaFilePath = '../OpenReconSchema_1.1.0.json'
dockerfilePath = '/OpenRecon.dockerfile'
dockerfilePath = 'OpenRecon.dockerfile'
baseDockerImage = os.getenv('baseDockerImage')

def validateJson(jsonFilePath, schemaFilePath):
Expand Down

0 comments on commit af4eb01

Please sign in to comment.