remove quotes
parent
f96e213337
commit
8a18dbf947
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@ import Input from './input';
|
|||
class Unity {
|
||||
static get libraryFolder() {
|
||||
const { projectPath } = Input.getFromUser();
|
||||
return `${projectPath}/'Library'`;
|
||||
return `${projectPath}/Library`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue