make stable vagrant machine host key for better dx on vagrant vm spawning

This commit is contained in:
Benjamin Diedrichsen
2026-07-29 14:25:34 +02:00
parent 4c0fe528dc
commit 75983ab3b1
3 changed files with 95 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*/
/** Parting words. Printed whenever a run ends because the user asked it to. */
export const FAREWELL = 'Bye Bye Honeypie';
export const FAREWELL = 'Bye Bye HoneyPy';
/** Conventional exit code for "terminated by SIGINT" — 128 + 2. */
export const CANCELLED_EXIT_CODE = 130;