Skip to content

Commit a3eeb16

Browse files
jsf9kmcdonnnj
andauthored
Correct comment
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
1 parent f3c1b2f commit a3eeb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/tests/test_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_symlink(host):
3131
if host.system_info.distribution in ["amzn"]:
3232
# /run/systemd/resolve/stub-resolv.conf is a symlink to
3333
# /run/systemd/resolve/resolv.conf in AL2023, so the
34-
# /etc/resolv.conf symlink resolves to the former.
34+
# /etc/resolv.conf symlink resolves to the latter.
3535
symlink_target = "/run/systemd/resolve/resolv.conf"
3636
else:
3737
symlink_target = "/run/systemd/resolve/stub-resolv.conf"

0 commit comments

Comments
 (0)