Skip to content
Snippets Groups Projects
Commit 5c6e630a authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent fafa5b5f
No related branches found
No related tags found
No related merge requests found
Pipeline #8999 passed
#!/bin/bin/env bash
#!/usr/bin/env bash
if [ ! -d "venv" ]; then
echo "Creating a fresh virtualenv..."
pip install -U pip setuptools wheel
......
#!/bin/bin/env bash
#!/usr/bin/env bash
if [ ! -d "pdfs" ]; then
echo "Retrieving PDFs..."
mkdir pdfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment