From a1b148d1907b62759d726aed12901360267be52f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 17 Apr 2018 14:52:49 -0700 Subject: [PATCH] Fix shebang so sanity tests pass --- docs/bin/find-plugin-refs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bin/find-plugin-refs.py b/docs/bin/find-plugin-refs.py index 2350024d70a..427c1cbbf87 100755 --- a/docs/bin/find-plugin-refs.py +++ b/docs/bin/find-plugin-refs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # To run this script, first make webdocs in the toplevel of the checkout. This will generate all # rst files from their sources. Then run this script ./docs/bin/find-plugin-refs.py