From 31bee959c2b9d88119a43f07a9f2466c7b74d4d8 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 29 Jan 2024 20:11:44 +0100 Subject: [PATCH] fix: refs #5483 fix tmpfs alias on run command --- myt-run.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/myt-run.js b/myt-run.js index 2993a0d..dcfcfc3 100644 --- a/myt-run.js +++ b/myt-run.js @@ -29,7 +29,7 @@ class Run extends Command { ci: 'c', network: 'n', random: 'r', - tmpfs: 'r' + tmpfs: 't' }, boolean: [ 'ci', diff --git a/package-lock.json b/package-lock.json index 4dddea1..e53d836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verdnatura/myt", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@verdnatura/myt", - "version": "1.6.1", + "version": "1.6.2", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.5", diff --git a/package.json b/package.json index fda0985..41de719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdnatura/myt", - "version": "1.6.1", + "version": "1.6.2", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0",