Skip to content

Commit e01e9e7

Browse files
committed
Bugfix: Call 'venv lock' with correct arguments
1 parent 10c82ce commit e01e9e7

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
@@ -226,7 +226,7 @@ venv::install() {
226226
return "${_success}"
227227
fi
228228

229-
venv::lock "${requirements_file}" "${lock_file}"
229+
venv::lock "${lock_file}"
230230
return "$?" # Return exit status from venv::lock command
231231
}
232232

0 commit comments

Comments
 (0)