Skip to content

Commit ee91745

Browse files
Fix typo
1 parent bcaffc1 commit ee91745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build-deploy-tarball

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/gh-ost/
3030

3131
### HACK HACK HACK HACK ###
3232
# blame @carlosmn, @mattr and @timvaillancourt-
33-
# Allow builds on buster to also be used for streth + jessie
33+
# Allow builds on buster to also be used for stretch + jessie
3434
stretch_tarball_name=$(echo $(basename "${tarball}") | sed s/-buster-/-stretch-/)
3535
jessie_tarball_name=$(echo $(basename "${stretch_tarball_name}") | sed s/-stretch-/-jessie-/)
3636
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/gh-ost/${stretch_tarball_name}.gz"

0 commit comments

Comments
 (0)