File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ build-iPhoneSimulator/
51
51
52
52
# AutoHCK database
53
53
/id_gen.db
54
- /lib /resultuploaders /dropbox. token.json
54
+ /lib /resultuploaders /dropbox / token.json
55
55
/override. *
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
6
6
# AutoHCK module
7
7
module AutoHCK
8
- TOKEN_JSON = 'lib/resultuploaders/dropbox. token.json'
9
- CONFIG_JSON = 'lib/resultuploaders/dropbox.json'
8
+ TOKEN_JSON = 'lib/resultuploaders/dropbox/ token.json'
9
+ CONFIG_JSON = 'lib/resultuploaders/dropbox/dropbox .json'
10
10
11
11
# dropbox class
12
12
class Dropbox
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- require './lib/resultuploaders/dropbox'
3
+ require './lib/resultuploaders/dropbox/dropbox '
4
4
5
5
# AutoHCK module
6
6
module AutoHCK
You can’t perform that action at this time.
0 commit comments