Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 29, 2024
1 parent b5be2bc commit 8b39ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ else
{
if tools/build.sh "$IMAGE"; then
# refresh the token, it may have expired
OUTPUT_DIR="$(dirname "$IMAGE")/output-$QEMU_SOURCE_ID"
cd "$OUTPUT_DIR"
OUTPUT_DIR="$(dirname "$IMAGE")/output-$QEMU_SOURCE_ID"
cd "$OUTPUT_DIR"
# compress the resulting image
qemu-img convert -O qcow2 -c "$VM_NAME" "$QCOW_FILE"
builder/refresh.sh vo.access.egi.eu \
Expand Down

0 comments on commit 8b39ec9

Please sign in to comment.