Skip to content

Commit b68e402

Browse files
updated argument
1 parent e1a1ccc commit b68e402

File tree

1 file changed

+1
-1
lines changed
  • Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml

1 file changed

+1
-1
lines changed

Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static async Task<int> Main(string[] args)
5858
};
5959

6060
var catalogIdentifier = new Option<string>(
61-
name: "--catalogIdentifier",
61+
name: "--catalog-identifier",
6262
description: "(optional) The catalog identifier. If not provided, then the provided token must be a PAT with access to Actions/Variables.")
6363
{
6464
IsRequired = false

0 commit comments

Comments
 (0)