Skip to content

Commit 144bff1

Browse files
author
Tomáš Holler
committed
fixed one conditi\on #24
1 parent ae146cf commit 144bff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/venv-cli/venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ venv::install() {
190190
fi
191191

192192
local requirements_file
193-
if [ -z "$1" ] || [ "$1" = "--skip-lock" ]; then
193+
if [ -z "$1" ] || [ "$1" = "--skip-lock" ] || [ "$1" = "-s" ]; then
194194
# If no filename was passed
195195
requirements_file="requirements.txt"
196196

0 commit comments

Comments
 (0)