Skip to content

Commit 4ba3b1f

Browse files
butjarfacebook-github-bot
authored andcommitted
Fix shebang in shell_builder (#51)
Summary: Typo in python shebang introduced by 0d19e27, probably by accident. Found while skimming the code. Pull Request resolved: facebook/openr#51 Reviewed By: steven1327 Differential Revision: D21865922 Pulled By: saifhhasan fbshipit-source-id: 5f2c2c2fac82078070920915812139f5fef1c7fe
1 parent 9093050 commit 4ba3b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/shell_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env )python
1+
#!/usr/bin/env python
22
# Copyright (c) Facebook, Inc. and its affiliates.
33
from __future__ import absolute_import
44
from __future__ import division

0 commit comments

Comments
 (0)