Skip to content

Commit

Permalink
Migration to Python 3.x was incomplete.
Browse files Browse the repository at this point in the history
The Python script's "shebang" line needs to be upgraded as well.
  • Loading branch information
Arik Kfir committed Nov 28, 2017
1 parent 4e19d39 commit 242b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_dns_records.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
import argparse
import json
import sys
Expand Down

0 comments on commit 242b896

Please sign in to comment.