File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { animateScroll } from 'react-scroll';
66const fixPath = window . require ( 'fix-path' ) ;
77const spawn = window . require ( 'child_process' ) . spawn ;
88
9- class BucketSelector extends Component {
9+ class BucketSync extends Component {
1010 constructor ( props ) {
1111 super ( props ) ;
1212 this . state = {
@@ -30,6 +30,7 @@ class BucketSelector extends Component {
3030 // TODO: Conditionally use s3 SDK or CLI depending on user config - https://www.npmjs.com/package/electron-config
3131 // TODO: https://github.com/atom/node-keytar - look into this for key storage
3232 fixPath ( ) ;
33+
3334 var startMessage = `Starting Download from ${ this . props . selectedBucket } ` ;
3435 this . updateConsoleOutput ( startMessage ) ;
3536
@@ -92,4 +93,4 @@ class BucketSelector extends Component {
9293 }
9394}
9495
95- export default BucketSelector ;
96+ export default BucketSync ;
You can’t perform that action at this time.
0 commit comments