Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 22, 2024
1 parent cf7ea20 commit f793b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/upload-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cd recipes/$APPLICATION
IMAGENAME=$1
IMAGE_HOME=/storage/openrecon

echo "[DEBUG] IMAGE_HOME: $IMAGE_HOME"
echo "[DEBUG] IMAGENAME: $IMAGENAME"

ls -la $IMAGE_HOME/$IMAGENAME.zip
Expand Down
2 changes: 1 addition & 1 deletion recipes/defacing/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def validateJson(jsonFilePath, schemaFilePath):
print('Zip packaging output:\n' + output.decode('utf-8'))

print('Moving file to archive storage:', baseFilename + '.zip', '...')
output = subprocess.check_output(['mv', baseFilename + '.zip', '/storage/openrecon/', baseFilename + '.zip'], stderr=subprocess.STDOUT)
output = subprocess.check_output(['mv', baseFilename + '.zip', '/storage/openrecon/' + baseFilename + '.zip'], stderr=subprocess.STDOUT)
print('moved file to /storage/openrecon')


Expand Down

0 comments on commit f793b53

Please sign in to comment.