Skip to content

Commit

Permalink
debug cert permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Sep 9, 2024
1 parent d72ad6b commit 8935d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ init *ARGS:

# Upload device certificate to Cumulocity IoT
upload *ARGS:
CI=true ./scripts/manage.sh upload {{ARGS}}
CI=true ./scripts/manage.sh upload {{ARGS}}

# Start the compose project
start *ARGS:
Expand Down
2 changes: 1 addition & 1 deletion scripts/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ upload() {
--status ENABLED \
--silentStatusCodes 409 \
--silentExit \
| c8y devicemanagement certificate get
| c8y devicemanagement certificates get
}

main() {
Expand Down

0 comments on commit 8935d03

Please sign in to comment.