build: --yes when creating a triton profile

This commit is contained in:
Sérgio Ramos 2017-06-19 16:15:18 +01:00
parent 443752dc75
commit d9d5e6be4e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const createTritonProfile = async () => {
curr: true
});
const cp = execa('triton', ['profile', 'create', '-f', '-'], {
const cp = execa('triton', ['profile', 'create', '--yes', '-f', '-'], {
input: payload
});