fix typos

Signed-off-by: Amritanshu Pandey <amp.msit@gmail.com>
This commit is contained in:
Amritanshu Pandey 2019-07-10 06:14:49 +00:00
parent fa51ac6406
commit bde54cf938

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