Skip to content

Commit e572f9c

Browse files
committed
/deploy: don't say "amd64" when you mean "arm64"
D'oh. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3c899ed commit e572f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitForWindowsHelper/slash-commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module.exports = async (context, req) => {
199199

200200
const answer = await triggerBuild()
201201
const answer2 = await appendToComment(aarch64Answer
202-
? `The [i686/x86_64](${answer.html_url}) and the [amd64](${aarch64Answer.html_url}) workflow runs were started.`
202+
? `The [i686/x86_64](${answer.html_url}) and the [arm64](${aarch64Answer.html_url}) workflow runs were started.`
203203
: `The workflow run [was started](${answer.html_url}).`
204204
)
205205
await updateCheckRun(

0 commit comments

Comments
 (0)