Skip to content
Snippets Groups Projects
Verified Commit e1654fdc authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix indentation in bootloader recipe

parent 8ffed368
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ function recipe_update { ...@@ -11,7 +11,7 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
nasm -f bin -o bootloader -D "ARCH_${ARCH}" -i"${ARCH}/" "${ARCH}/disk.asm" nasm -f bin -o bootloader -D "ARCH_${ARCH}" -i"${ARCH}/" "${ARCH}/disk.asm"
skip=1 skip=1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment