Skip to content

Commit

Permalink
fix: sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Jan 17, 2023
1 parent a4e4537 commit 48354eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Api/common/protofiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export README_PATH=$REPOSITORY_PATH/README.md

armonik_worker_files=("agent_service.proto" "worker_service.proto")
armonik_client_files=("submitter_service.proto" "tasks_service.proto" "sessions_service.proto" \
"results_service.proto" "applications_service.proto" "auth_service.proto" "partitions_service.proto")
"results_service.proto" "applications_service.proto" "auth_service.proto" "partitions_service.proto" \
"events_service.proto")
armonik_common_files=("objects.proto" "task_status.proto" "session_status.proto" \
"result_status.proto" "agent_common.proto" "sessions_common.proto" \
"submitter_common.proto" "tasks_common.proto" "worker_common.proto" \
"results_common.proto" "applications_common.proto" "auth_common.proto" "partitions_common.proto"
"results_service.proto" "applications_service.proto" "auth_service.proto" \
"events_service" "events_common.proto")
"events_common.proto")

0 comments on commit 48354eb

Please sign in to comment.