summaryrefslogtreecommitdiff
path: root/demo/install-file.py
diff options
context:
space:
mode:
Diffstat (limited to 'demo/install-file.py')
-rw-r--r--demo/install-file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/install-file.py b/demo/install-file.py
index 7a10728..7fbd948 100644
--- a/demo/install-file.py
+++ b/demo/install-file.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# A simple script that copies a given file (first arg) to a given location
# (second arg).