about summary refs log tree commit diff
path: root/pkgs/tools/admin/pulumi-packages/pulumi-command.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/pulumi-packages/pulumi-command.nix')
-rw-r--r--pkgs/tools/admin/pulumi-packages/pulumi-command.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/pulumi-packages/pulumi-command.nix b/pkgs/tools/admin/pulumi-packages/pulumi-command.nix
index e74a36fd5ef3..1fc6df0cfafa 100644
--- a/pkgs/tools/admin/pulumi-packages/pulumi-command.nix
+++ b/pkgs/tools/admin/pulumi-packages/pulumi-command.nix
@@ -25,7 +25,7 @@ mkPulumiPackage rec {
   __darwinAllowLocalNetworking = true;
 
   meta = with lib; {
-    description = "A Pulumi provider to execute commands and scripts either locally or remotely as part of the Pulumi resource model";
+    description = "Pulumi provider to execute commands and scripts either locally or remotely as part of the Pulumi resource model";
     mainProgram = "pulumi-resource-command";
     homepage = "https://github.com/pulumi/pulumi-command";
     license = licenses.asl20;