Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Apr 4, 2022
1 parent f042c36 commit 6026987
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/test/resources/password_setup/action_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ DATASTREAM_ALL:
- "indices:monitor/data_stream/stats"
type: "index"
description: "Migrated from v6"

3 changes: 2 additions & 1 deletion src/test/resources/password_setup/tenants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ _meta:
## Demo tenants
admin_tenant:
reserved: false
description: "Demo tenant for admin user"
description: "Demo tenant for admin user"

1 change: 0 additions & 1 deletion tools/set_passwords.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ else
fi

"$BIN_PATH" $JAVA_OPTS -Dorg.apache.logging.log4j.simplelog.StatusLogger.level=OFF -cp "$DIR/../*:$DIR/../../../lib/*:$DIR/../deps/*" org.opensearch.security.tools.PasswordSetup "$@" 2>/dev/null

0 comments on commit 6026987

Please sign in to comment.