X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fscrape-job-cost.sh;h=e940bc6a59b4bc868b9baba8487c66c8af408e8f;hb=5beb45586451cb772982de881cd09fd97360be87;hp=e51474b3eb7178a6cb2795cac4368b6e4b9cd62c;hpb=61dc9c129cc8bf0618b03d543c406e5dc1f12e61;p=releng%2Fglobal-jjb.git diff --git a/shell/scrape-job-cost.sh b/shell/scrape-job-cost.sh index e51474b3..e940bc6a 100755 --- a/shell/scrape-job-cost.sh +++ b/shell/scrape-job-cost.sh @@ -74,7 +74,7 @@ cost_dir=~/cost # The Silo Directory for sandbox will get deleted periodically, so # gracefully handle that if [[ -d $silo_dir ]]; then - cd "$silo_dir" + cd "$silo_dir" else echo "$(date +'%Y-%m-%d %H:%M') No Silo Directory, nothing to do" exit 0