mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-02 22:18:29 +01:00
Merge pull request #8259 from amritanshu-pandey/feature/fix-typos
fix typos in prepare script
This commit is contained in:
commit
b15c6bcdc7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user