You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/05/10 04:37:06 UTC

[incubator-druid] 05/05: make-redirects.py requires python3, explicitly specify it (#7625)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.14.2-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git

commit 283f5c10f8fdc1fa6446636b8e0fae1ca505e8bd
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Thu May 9 21:32:58 2019 -0700

    make-redirects.py requires python3, explicitly specify it (#7625)
---
 docs/_bin/make-redirects.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_bin/make-redirects.py b/docs/_bin/make-redirects.py
index 5affcb5..ac645c7 100755
--- a/docs/_bin/make-redirects.py
+++ b/docs/_bin/make-redirects.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org