Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri authored and pstorz committed Apr 6, 2023
1 parent 729828d commit 5715236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/tests/copy-migrate/testrunner-05-migrate
Expand Up @@ -53,7 +53,7 @@ if [[ $(grep -c "Termination:.*Migration OK" "$log") -ne "4" ]]; then
fi

if [[ $(grep -c "|.*M.*|" "$query_results") -ne "3" ]]; then
echo "Former backup jobs were not succesfully converted to 'Migrated Jobs'."
echo "Former backup jobs were not successfully converted to 'Migrated Jobs'."
estat=2
fi

Expand Down

0 comments on commit 5715236

Please sign in to comment.