Skip to content

Commit 03441df

Browse files
Update messaging
1 parent d58e92b commit 03441df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,8 @@ class NixInstallerAction extends DetSysAction {
11811181
// Allegedly, match.index is optional, so default to 0
11821182
const column = (match.index ?? 0) + 1;
11831183

1184-
actionsCore.error(`This derivation's hash is ${event.good}`, {
1185-
title: "Outdated hash",
1184+
actionsCore.error(`This derivation's hash is \`${event.good}\``, {
1185+
title: "Determinate Nix detected an incorrect dependency hash.",
11861186
file,
11871187
startLine: lineNumber,
11881188
startColumn: column,

0 commit comments

Comments
 (0)