Skip to content

Commit 9dced46

Browse files
authored
fix typo (#2521)
1 parent b5f785f commit 9dced46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install_with_cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
npm install --no-save aws-cdk-lib@${{ inputs.cdk-lib-version }}
4747
fi
4848
if [[ ${{ inputs.cdk-cli-version }} != 'FROM_PACKAGE_LOCK' ]]; then
49-
echo "Installing CDK Lib version ${{ inputs.cdk-cli-version }}"
49+
echo "Installing CDK CLI version ${{ inputs.cdk-cli-version }}"
5050
npm install --no-save aws-cdk@${{ inputs.cdk-cli-version }}
5151
npx cdk --version
5252
fi

0 commit comments

Comments
 (0)