Fix order of target vs. link in ln(1)
This commit is contained in:
parent
9007f974ae
commit
542d07328c
|
|
@ -6,7 +6,7 @@ project_dir=$team_repo/postgres-operator
|
||||||
|
|
||||||
mkdir -p $team_repo
|
mkdir -p $team_repo
|
||||||
|
|
||||||
ln -s $project_dir $PWD
|
ln -s $PWD $project_dir
|
||||||
cd $project_dir
|
cd $project_dir
|
||||||
|
|
||||||
glade install
|
glade install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue