]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Add space so that the sql statement looks nicer.
authorKurt Roeckx <kurt@roeckx.be>
Sat, 12 Dec 2009 21:52:29 +0000 (21:52 +0000)
committerKurt Roeckx <kurt@roeckx.be>
Sat, 12 Dec 2009 21:52:29 +0000 (21:52 +0000)
bin/wanna-build

index f11fa949cd6e7d4b3435ba2d6bacd290f52744db..8e205569d88720368beb00e276e82a2b1e44d2c8 100755 (executable)
@@ -2451,7 +2451,7 @@ sub get_source_info {
        my $name = shift;
        my $pkg = $dbh->selectrow_hashref('SELECT * FROM ' . 
                table_name() . ' WHERE package = ? AND distribution = ?' .
-               'FOR UPDATE',
+               ' FOR UPDATE',
                undef, $name, $distribution);
        return $pkg;
 }