refactor(linux-packages): rename countFlatpaks to countFlatpakPackages

This commit is contained in:
utox39
2025-12-06 23:17:24 +01:00
parent b9dc58fabe
commit 51de84d210

View File

@@ -1,6 +1,6 @@
const std = @import("std");
fn countFlatpaks(allocator: std.mem.Allocator) !usize {
fn countFlatpakPackages(allocator: std.mem.Allocator) !usize {
// flatpak list | wc -l
const result = try std.process.Child.run(.{ .allocator = allocator, .argv = &[_][]const u8{
"sh",