Skip to content

Commit c9058fe

Browse files
committed
added comment to script
1 parent b26002b commit c9058fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/copy-poktroll-files.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ if ! command -v ignite >/dev/null 2>&1; then
1414
exit 1
1515
fi
1616

17-
18-
1917
default_branch="main"
2018
branch=${1:-$default_branch}
2119

@@ -39,6 +37,7 @@ git clone https://github.com/pokt-network/poktroll.git
3937
rm -rf ${DIR}/../src/client
4038
mkdir -p ${DIR}/../src/client
4139

40+
# Here we are copying the files from poktroll.application because every directory copied has the types directory with the same files inside.
4241
cp -TR poktroll/ts-client/poktroll.application/types ${DIR}/../src/client
4342
rm -f ${DIR}/../src/client/route-name.eta
4443

0 commit comments

Comments
 (0)