Skip to content

Commit 97a94f7

Browse files
committed
typo
Signed-off-by: Romy <[email protected]>
1 parent f0fe403 commit 97a94f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/config_fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ class ConfigFS {
658658
await nb_native().fs.unlink(this.fs_context, access_key_path);
659659
} catch (err) {
660660
if (err.code === 'ENOENT') {
661-
dbg.warn(`config_fs.unlink_access_key_index: account access)keys already unlinked ${access_key} ${account_id_config_path}`);
661+
dbg.warn(`config_fs.unlink_access_key_index: account access_key already unlinked ${access_key} ${account_id_config_path}`);
662662
return;
663663
}
664664
throw err;

0 commit comments

Comments
 (0)