Skip to content

Commit

Permalink
fix typos in build-docker.sh (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Masayuki Murata <[email protected]>
  • Loading branch information
muratams authored Jul 23, 2024
1 parent 8b83858 commit 37066ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ if [ $arch != "x86_64" ] && [ $arch != "aarch64" ]; then
fi

if [[ $build_image -eq 1 ]]; then
build_image dcfiles targets option time_zone uid prefix arc
build_image dcfiles targets option time_zone uid prefix arch
if [ $? != 0 ]; then exit 1; fi
fi
if [[ $build_workspace -eq 1 ]]; then
build_workspace dcfiles targets arc debug_build
build_workspace dcfiles targets arch debug_build
if [ $? != 0 ]; then exit 1; fi
fi

Expand Down

0 comments on commit 37066ad

Please sign in to comment.