diff --git a/process-static b/process-static index 68b6507..56c03e0 100755 --- a/process-static +++ b/process-static @@ -3,6 +3,8 @@ set -o errexit -o nounset -o pipefail shopt -s dotglob extglob globstar +source venv/bin/activate + if [[ $# -eq 1 ]]; then fd=$1 else