diff options
| author | XhmikosR <[email protected]> | 2018-11-25 11:49:14 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-25 14:50:32 +0200 |
| commit | 72bd3f5930f7da9a58e5f90c58a681aedae1a2d0 (patch) | |
| tree | ba42872731a65837d3b026beb7dbe76c9e3c1674 /build | |
| parent | 9f08f7dea6c7536c863f8f52e9af948f4690047d (diff) | |
| download | bootstrap-72bd3f5930f7da9a58e5f90c58a681aedae1a2d0.tar.xz bootstrap-72bd3f5930f7da9a58e5f90c58a681aedae1a2d0.zip | |
ship.sh: add missing period.
Diffstat (limited to 'build')
| -rwxr-xr-x | build/ship.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ship.sh b/build/ship.sh index 9b94d8bae..289284383 100755 --- a/build/ship.sh +++ b/build/ship.sh @@ -36,7 +36,7 @@ npm run release-version "$current_version" "$1" # Build release printf "\n%s=======================================================%s" $magenta $end -printf "\n%sBuilding release..%s" $magenta $end +printf "\n%sBuilding release...%s" $magenta $end printf "\n%s=======================================================\n%s" $magenta $end npm run release |
