We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646e342 commit ab25282Copy full SHA for ab25282
scripts/build-docs
@@ -12,4 +12,4 @@ filelist="${filelist}$(ls lib/* | grep -v 'aws-account\|region\|stack\|instance\
12
13
cp docs/.command-reference-intro.md $COMMAND_REFERENCE_FILE
14
15
-scripts/extract-docs $filelist | tee --append $COMMAND_REFERENCE_FILE
+scripts/extract-docs $filelist | tee -a $COMMAND_REFERENCE_FILE
0 commit comments