Fix order of target vs. link in ln(1)

This commit is contained in:
Oleksandr Shulgin 2017-02-01 10:14:29 +01:00 committed by Murat Kabilov
parent 9007f974ae
commit 542d07328c
1 changed files with 1 additions and 1 deletions

View File

@ -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