sync: Fix shebang
This commit is contained in:
parent
484eeb182b
commit
bb58f2c384
1 changed files with 1 additions and 1 deletions
2
sync
2
sync
|
@ -1,4 +1,4 @@
|
||||||
#!venv/bin/python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import filecmp
|
import filecmp
|
||||||
|
|
Loading…
Reference in a new issue