summaryrefslogtreecommitdiff
path: root/evergreen/functions/bf_suggestion_service_call.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/functions/bf_suggestion_service_call.sh')
-rwxr-xr-xevergreen/functions/bf_suggestion_service_call.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/evergreen/functions/bf_suggestion_service_call.sh b/evergreen/functions/bf_suggestion_service_call.sh
index d022bf38cf7..ebc3004a6c4 100755
--- a/evergreen/functions/bf_suggestion_service_call.sh
+++ b/evergreen/functions/bf_suggestion_service_call.sh
@@ -1,4 +1,4 @@
-DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/../prelude.sh"
cd src
@@ -17,6 +17,6 @@ if [ -f $report_file ] && grep -Eq "\"failures\": [1-9]" $report_file; then
--silent \
--show-error \
--config - \
- https://bfsuggestion.corp.mongodb.com/tasks <<<$user_option
+ https://bfsuggestion.corp.mongodb.com/tasks <<< $user_option
echo "Request to BF Suggestion service status: $?"
fi