Skip to content

Commit 8a3cb4a

Browse files
committed
chore: Fix typo in hidden-ssh-announcement
1 parent 191fa06 commit 8a3cb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/image-installer/hidden-ssh-announcement.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
type = lib.types.package;
1212
default = pkgs.writers.writeDash "test-output" "echo $1";
1313
description = ''
14-
script to run when the hidden tor service was started and they hostname is known.
14+
script to run when the hidden tor service was started and the hostname is known.
1515
takes the hostname as $1
1616
'';
1717
};

0 commit comments

Comments
 (0)