]> git.donarmstrong.com Git - debbugs.git/commitdiff
* use found instead of version in set_found inside of reassign
authorDon Armstrong <don@donarmstrong.com>
Mon, 27 Jul 2009 23:14:26 +0000 (16:14 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 27 Jul 2009 23:14:26 +0000 (16:14 -0700)
scripts/service

index 429a7cde985d9222df62d5bb46ea267e9909e1df..40d89311eaf070fd6a2c751f01c5875954a6cc3e 100755 (executable)
@@ -555,8 +555,8 @@ END
            # to set_found
            if (defined($version) && length $version) {
                set_found(@common_control_options,
-                         bug          => $ref,
-                         version      => $version,
+                         bug   => $ref,
+                         found => $version,
                         );
            }
        };