Skip to content

Commit a46d236

Browse files
pcncdarora
authored andcommitted
chore: more fix
1 parent bf3f209 commit a46d236

File tree

1 file changed

+2
-2
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+2
-2
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ function patch_wrappers {
206206
if [ -f "$OLD_WRAPPER_LIB_PATH" ]; then
207207
LIB_FILE_NAME=$(basename "$OLD_WRAPPER_LIB_PATH")
208208
if [ "$WRAPPERS_LIB_PATH" != "$PGLIBNEW/${LIB_FILE_NAME}" ]; then
209-
echo "Copying $PGLIBNEW/${LIB_FILE_NAME} to $WRAPPERS_LIB_PATH"
210-
cp "$PGLIBNEW/${LIB_FILE_NAME}" "$PGLIBNEW/${LIB_FILE_NAME}"
209+
echo "Copying $WRAPPERS_LIB_PATH to $PGLIBNEW/${LIB_FILE_NAME}"
210+
cp "$WRAPPERS_LIB_PATH" "$PGLIBNEW/${LIB_FILE_NAME}"
211211
fi
212212
fi
213213
fi

0 commit comments

Comments
 (0)