Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Dec 14, 2022
1 parent b6ad492 commit 76c2d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_e2e/orchestrator/scripts/install-agent
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ check-version() {
}

if check-version "$version"; then
printf "\nThe agent was installed installed successfully\n"
printf "\nThe agent was installed successfully\n"
exit_code=0
else
printf "\nThe agent was installed installed successfully\n"
printf "\nThe agent was not installed correctly; expected version %s\n" "$version"
exit_code=1
fi

Expand Down

0 comments on commit 76c2d21

Please sign in to comment.