Merge pull request #8259 from amritanshu-pandey/feature/fix-typos

fix typos in prepare script
This commit is contained in:
Daniel Jiang 2019-08-19 15:09:24 +08:00 committed by GitHub
commit b15c6bcdc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
set +e set +e
# If compling source code this dir is harbor's make dir # If compiling source code this dir is harbor's make dir.
# If install harbor via pacakge, this dir is harbor's root dir # If installing harbor via pacakge, this dir is harbor's root dir.
if [[ -n "$HARBOR_BUNDLE_DIR" ]]; then if [[ -n "$HARBOR_BUNDLE_DIR" ]]; then
harbor_prepare_path=$HARBOR_BUNDLE_DIR harbor_prepare_path=$HARBOR_BUNDLE_DIR
else else