Skip to content

Commit

Permalink
dont include quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 1be9e9d commit 6facf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-ee-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
is-security-enabled: ${{ inputs.feature-to-enable == 'security' }}

# TODO: way to get namespace programmatically?
- run: docker exec aerospike asinfo -v 'roster:namespace="test"'
- run: docker exec aerospike asinfo -v 'roster:namespace=test'
shell: bash

# For debugging
Expand Down

0 comments on commit 6facf2c

Please sign in to comment.