chiark / gitweb /
wip commod-update-receiver and new uploader
[ypp-sc-tools.db-live.git] / pctb / commod-update-receiver
index 90c9c4beb01e8896bc93d41502e1eeb564baa906..b7bf4cb80eba6f58ba954c6d484fe42d84212b10 100755 (executable)
@@ -155,7 +155,7 @@ while (<GZ>) {
 GZ->error and die $!;
 $?=0; close GZ; $? and fail("gunzip for check failed code $?");
 
-my $mdatafile= MIME::Entity->build(Type => 'application/octet-streak',
+my $mdatafile= MIME::Entity->build(Type => 'application/octet-stream',
                                   Disposition => 'attachment',
                                   Encoding => 'base64',
                                   File => $datafile);