Skip to content

Commit d47b381

Browse files
Secretowotdewey-rpi
authored andcommitted
fix typo in debug output for firstrun.sh
The debug output refers to it as "firstuse.sh" instead of "firstrun.sh" like everywhere else. I could not find any other references to this string, so I am assuming its a mistake.
1 parent 225306d commit d47b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imagewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ void ImageWriter::setImageCustomization(const QByteArray &config, const QByteArr
12471247

12481248
qDebug() << "Custom config.txt entries:" << config;
12491249
qDebug() << "Custom cmdline.txt entries:" << cmdline;
1250-
qDebug() << "Custom firstuse.sh:" << firstrun;
1250+
qDebug() << "Custom firstrun.sh:" << firstrun;
12511251
qDebug() << "Cloudinit:" << cloudinit;
12521252
}
12531253

0 commit comments

Comments
 (0)