Skip to content

Commit 8859e51

Browse files
committed
fix accidental capitalization
Signed-off-by: Zen <[email protected]>
1 parent 76a47d5 commit 8859e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/base/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def do_switch_root(self) -> str:
127127
_find_init || rd_fail "Unable to find init." # Redefines init on success
128128
init_target=$(readvar init)
129129
fi
130-
einfo "Switching root to: $switch_root_Target $init_target"
130+
einfo "Switching root to: $switch_root_target $init_target"
131131
klog "[UGRD $(readvar VERSION)] Running init: $init_target"
132132
einfo "Cleaning up /run/ugrd"
133133
edebug "$(rm -rfv /run/ugrd)"

0 commit comments

Comments
 (0)