Skip to content

Commit e36d666

Browse files
committed
fix typo in variable name
1 parent 5f7b112 commit e36d666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post_commit_hook_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
tweet += " " + arg
2828

2929
api = get_api(cfg)
30-
status = api.update_status(status=tweet_str)
30+
status = api.update_status(status=tweet)
3131

3232
if __name__ == "__main__":
3333
main()

0 commit comments

Comments
 (0)