Use .py suffix for python scripts, we're following chromium.
This commit is contained in:
parent
9983e7c0ba
commit
993c7ad650
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
cd "$(dirname "$0")/.."
|
||||
|
||||
./script/update-frameworks
|
||||
./script/update-node v0.10.9
|
||||
./script/update-node.py --version v0.10.9
|
||||
|
||||
gyp -f ninja --depth . atom.gyp \
|
||||
-Icommon.gypi \
|
||||
|
|
Loading…
Reference in a new issue