Skip to content

Commit

Permalink
Fix shebang in shell_builder (#51)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
butjar authored and facebook-github-bot committed Jun 3, 2020
1 parent 113a0ad commit 292ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/shell_builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env )python
#!/usr/bin/env python
# Copyright (c) Facebook, Inc. and its affiliates.
from __future__ import absolute_import
from __future__ import division
Expand Down

0 comments on commit 292ca91

Please sign in to comment.