Skip to content

Commit 98266d1

Browse files
committed
Remove errant option.
It was a leftover from when this function was duplicated across a bunch of build scripts.
1 parent 8ec9dcd commit 98266d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/lib/bashy-basics/buildy-help.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ function set-up-out-dir {
141141
return 1
142142
fi
143143

144-
lib buildy out-dir \
145-
--out="${outDir}" --create --print "${extraOpts[@]}"
144+
lib buildy out-dir --create --print "${extraOpts[@]}"
146145
}
147146

148147

0 commit comments

Comments
 (0)