Successful deployment add and remove.

This commit is contained in:
benbierens 2023-10-24 15:45:40 +02:00
parent 29672ece68
commit b8b9e6b997
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ namespace BiblioTech.Commands
{ {
private readonly DeploymentsFilesMonitor monitor; private readonly DeploymentsFilesMonitor monitor;
private readonly StringOption stringOption = new StringOption( private readonly StringOption stringOption = new StringOption(
name: "deployment name", name: "name",
description: "Name of deployment to remove.", description: "Name of deployment to remove.",
isRequired: true); isRequired: true);