Skip to content

Commit 748b327

Browse files
committed
Rename from codefori to settings
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 138ad87 commit 748b327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/IBMi.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interface ConnectionCallbacks {
6767
}
6868

6969
interface ConnectionConfigFiles {
70-
connection: ConfigFile<RemoteConfigFile>;
70+
settings: ConfigFile<RemoteConfigFile>;
7171
}
7272

7373
export default class IBMi {
@@ -88,7 +88,7 @@ export default class IBMi {
8888
private componentManager = new ComponentManager(this);
8989

9090
private configFiles: ConnectionConfigFiles = {
91-
connection: new ConfigFile<RemoteConfigFile>(this, `codefori`, {})
91+
settings: new ConfigFile<RemoteConfigFile>(this, `settings`, {})
9292
};
9393

9494
/**
@@ -506,7 +506,7 @@ export default class IBMi {
506506
callbacks.progress({ message: `Loading remote configuration files.` });
507507
await this.loadRemoteConfigs();
508508

509-
const remoteConnectionConfig = this.getConfigFile<RemoteConfigFile>(`connection`);
509+
const remoteConnectionConfig = this.getConfigFile<RemoteConfigFile>(`settings`);
510510
if (remoteConnectionConfig.getState().server === `ok`) {
511511
const remoteConfig = await remoteConnectionConfig.get();
512512

0 commit comments

Comments
 (0)