Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jan 16, 2020
1 parent 1e72ebb commit 3300ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

STPYV8_VERSION = V8_GIT_TAG_STABLE

V8_DEPS_LINUX = os.environ.get('V8_DEPS_LINUX', '1') in ('1', )
v8_deps_linux = os.environ.get('V8_DEPS_LINUX', '1') in ('1', )

os.environ['PATH'] = "{}:{}".format(os.environ['PATH'], DEPOT_HOME)

Expand Down

0 comments on commit 3300ffd

Please sign in to comment.