From: Andrew Mustea <36493562+andrewmustea@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:15:21 +0000 (-0700) Subject: update azure-cli to conform with other program names (#159) X-Git-Tag: v0.2.0.2~158 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/c463383a9e053946122edf30e1bf71ab21073bcc?ds=inline update azure-cli to conform with other program names (#159) - updated name from python-azure-cliAU.json to azure-cli.json --- diff --git a/programs/python-azure-cliAU.json b/programs/azure-cli.json similarity index 87% rename from programs/python-azure-cliAU.json rename to programs/azure-cli.json index 38ef695..8353255 100644 --- a/programs/python-azure-cliAU.json +++ b/programs/azure-cli.json @@ -6,5 +6,5 @@ "help": "Export the following environment variables:\n\n```bash\nexport AZURE_CONFIG_DIR=\"$XDG_DATA_HOME\"/azure \n```\n" } ], - "name": "python-azure-cliAU" -} \ No newline at end of file + "name": "azure-cli" +}