Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix --requirements argument on quickstart.sh
Browse files Browse the repository at this point in the history
Fix regression introduced by rename of --requirements
parameter to --requirements-file without updating
the documentation or using a deprecation approach.

Fixes LP Bug #1784608
Change-Id: Ic4c8047395e9cf6f6e8f239f3639f0c8f48b9cf7
  • Loading branch information
ssbarnea committed Jul 31, 2018
1 parent 39ff9d0 commit a2f31bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ while [ "x$1" != "x" ]; do
OPT_SYSTEM_PACKAGES=1
;;

--requirements-file|-r)
--requirements|-r)
OPT_REQARGS+=("-r")
OPT_REQARGS+=("$2")
shift
Expand Down

0 comments on commit a2f31bd

Please sign in to comment.