Skip to content

Commit

Permalink
NC | account by id | typos
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Prinz Setter <[email protected]>
  • Loading branch information
alphaprinz committed Jul 29, 2024
1 parent abdd0da commit e8805b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/system_services/schemas/nsfs_bucket_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
},
// bucket_owner is the account name
// deprecated - can become out-of-sync when owner account's name is changed
bucket_owner: {
bucket_owner: {
type: 'string',
},
tag: {
Expand Down
2 changes: 1 addition & 1 deletion src/upgrade/upgrade_scripts/5.18.0/upgrade_conf_518.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function handle_bucket_file(dir_ent) {
return 0;
}

function run({conf_path}){
function run({conf_path}) {

conf_path = conf_path || config.NSFS_NC_CONF_DIR;
dbg.log0("Configuration directory = ", conf_path);
Expand Down

0 comments on commit e8805b6

Please sign in to comment.