fix(nrb): add trailing newline to output
This commit is contained in:
parent
28d869d906
commit
fe0393311d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
rm result
|
||||
nixos-rebuild switch --flake ~buffet/rice#alice
|
||||
echo '***'
|
||||
printf '%s' "$diff"
|
||||
printf '%s\n' "$diff"
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue