Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold committed Jun 18, 2020
1 parent 90ea756 commit ba382b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/lib/asset-staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class AssetStaging extends Construct {

// Asset has been bundled
if (this.bundleDir) {
// Rename bundling directory to staging directory
// Move bundling directory to staging directory
fs.moveSync(this.bundleDir, targetPath);
return;
}
Expand Down

0 comments on commit ba382b5

Please sign in to comment.