Skip to content

Commit 4a51713

Browse files
author
Vladimir Kotal
committed
rename debug env var
1 parent c26d75d commit 4a51713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dorelease.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def main():
197197
user = arguments.user[0]
198198

199199
try:
200-
os.environ["OPENGROK_RELEASE_DEBUG"]
200+
os.environ["RELEASE_DEBUG"]
201201
debug = True
202202
except:
203203
debug = False

0 commit comments

Comments
 (0)