Skip to content

Commit f6fa9ac

Browse files
committed
update issue reference
1 parent ac7f231 commit f6fa9ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/commands/groups.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33

44
// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
5-
// https://github.com/leecannon/zig-coreutils/issues/1
5+
// https://github.com/leecannon/zig-coreutils/issues/7
66

77
pub const command: Command = .{
88
.name = "groups",

src/commands/nproc.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-FileCopyrightText: 2024 Leon Henrik Plickat
44

55
// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
6-
// https://github.com/leecannon/zig-coreutils/issues/1
6+
// https://github.com/leecannon/zig-coreutils/issues/7
77

88
pub const command: Command = .{
99
.name = "nproc",

src/commands/touch.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33

44
// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
5-
// https://github.com/leecannon/zig-coreutils/issues/1
5+
// https://github.com/leecannon/zig-coreutils/issues/7
66

77
pub const command: Command = .{
88
.name = "touch",

src/commands/whoami.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33

44
// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
5-
// https://github.com/leecannon/zig-coreutils/issues/1
5+
// https://github.com/leecannon/zig-coreutils/issues/7
66

77
pub const command: Command = .{
88
.name = "whoami",

0 commit comments

Comments
 (0)