Skip to content

Commit b692f18

Browse files
m-bouissoularsewi
andauthored
Update libenv/sysinfo.c
Co-authored-by: Lars Erik Wik <53906608+larsewi@users.noreply.github.com>
1 parent 2948bb8 commit b692f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libenv/sysinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,7 +3663,7 @@ static void SysOSNameHuman(EvalContext *ctx)
36633663
{
36643664
EvalContextVariablePutSpecial(ctx, SPECIAL_SCOPE_SYS, lval,
36653665
"Manjaro", CF_DATA_TYPE_STRING,
3666-
"source=agent,derived-from=arch");
3666+
"source=agent,derived-from=manjaro");
36673667
}
36683668
else if (EvalContextClassGet(ctx, NULL, "arch") != NULL)
36693669
{

0 commit comments

Comments
 (0)