kgashok commited on
Commit
78cee22
1 Parent(s): 5a660e0

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -6,7 +6,7 @@ else
6
  echo "Cloning Custom Repo from $UPSTREAM_REPO "
7
  git clone $UPSTREAM_REPO /Test-url-filter-bot
8
  fi
9
- cd /url-fulter
10
  pip3 install -U -r requirements.txt
11
  echo "Starting Bot...."
12
  python3 bot.py
 
6
  echo "Cloning Custom Repo from $UPSTREAM_REPO "
7
  git clone $UPSTREAM_REPO /Test-url-filter-bot
8
  fi
9
+ cd /Test-url-filter-bot
10
  pip3 install -U -r requirements.txt
11
  echo "Starting Bot...."
12
  python3 bot.py