Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 8efedea

Browse files
committed
migration: fix stray quote
Introduced in a993f0c but likely flew under the radar due to eval caching?
1 parent ba595e6 commit 8efedea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ in
121121
touch "$STATE_DIRECTORY/uboot-migration-in-progress"
122122
cp "$UBOOT" "$TMPFILE"
123123
mv -T "$TMPFILE" "$TARGET_FIRMWARE_DIR/u-boot-rpi-arm64.bin"
124-
echo "${builtins.toString cfg.uboot.package}" " > "$STATE_DIRECTORY/uboot-version"
124+
echo "${builtins.toString cfg.uboot.package}" > "$STATE_DIRECTORY/uboot-version"
125125
rm "$STATE_DIRECTORY/uboot-migration-in-progress"
126126
}
127127
''}

0 commit comments

Comments
 (0)