Skip to content

Commit ab25282

Browse files
committed
macos tee command does not support arg '--append'
1 parent 646e342 commit ab25282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ filelist="${filelist}$(ls lib/* | grep -v 'aws-account\|region\|stack\|instance\
1212

1313
cp docs/.command-reference-intro.md $COMMAND_REFERENCE_FILE
1414

15-
scripts/extract-docs $filelist | tee --append $COMMAND_REFERENCE_FILE
15+
scripts/extract-docs $filelist | tee -a $COMMAND_REFERENCE_FILE

0 commit comments

Comments
 (0)