Skip to content

Commit bf290a6

Browse files
authored
Merge pull request #247 from swastik959/generate
corrected generate script
2 parents 230696a + ad5f7e2 commit bf290a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-dist-files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for DOCKER_VERSION in $(ls -1 .); do
3535
cd docker-install
3636
git checkout ${DOCKER_GIT_COMMIT}
3737
make
38-
cp build/install.sh ../$DOCKER_VERSION.sh
38+
cp build/stable/install.sh ../$DOCKER_VERSION.sh
3939
cd .. && rm -rf docker-install
4040
patch $DOCKER_VERSION.sh $DOCKER_VERSION.diff
4141
cd ..

0 commit comments

Comments
 (0)