summaryrefslogtreecommitdiff
path: root/fix-shebang
diff options
context:
space:
mode:
Diffstat (limited to 'fix-shebang')
-rwxr-xr-xfix-shebang3
1 files changed, 1 insertions, 2 deletions
diff --git a/fix-shebang b/fix-shebang
index ee1756d..8478cd2 100755
--- a/fix-shebang
+++ b/fix-shebang
@@ -23,8 +23,7 @@ import tempfile
class FixShebang(cliapp.Application):
def add_settings(self):
- self.settings.add_string_setting(['shebang'],
- 'interpreter path and args')
+ self.settings.string(['shebang'], 'interpreter path and args')
def process_input(self, arg):
name = self.create_tempfile_for(arg)