Skip to content

Commit

Permalink
Fix welcome bot path (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored May 28, 2021
1 parent 9d470ab commit d0fd13c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boilerplate-repo/boilerplate/flyte/welcome_bot/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"

# Clone the config.yml file
echo " - copying ${DIR}/config.yml to the root directory."
cp "${DIR}"/config.yml "${DIR}"/../../.github/config.yml
cp "${DIR}"/config.yml "${DIR}"/../../../.github/config.yml

0 comments on commit d0fd13c

Please sign in to comment.