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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
