Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1518 from Kristy-an/patch-1
Browse files Browse the repository at this point in the history
Change copy command into get in the example to avoid confusion
  • Loading branch information
jhiemstrawisc authored Jul 25, 2024
2 parents d950180 + e619bad commit 833da1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ The server components require `xrootd-server >= 5.6.3` because of some of the pa
C:\Program Files\Pelican\pelican.exe
```

2. Test Pelican client function by running an **object copy** command that downloads a test file from [Open Science Data Federation (OSDF)](https://osg-htc.org/services/osdf) to your current directory
2. Test Pelican client function by running an **object get** command that downloads a test file from [Open Science Data Federation (OSDF)](https://osg-htc.org/services/osdf) to your current directory

```bash
$ pelican object copy pelican://osg-htc.org/ospool/uc-shared/public/OSG-Staff/validation/test.txt .
$ pelican object get pelican://osg-htc.org/ospool/uc-shared/public/OSG-Staff/validation/test.txt .
test.txt 14.00b / 14.00b [=============================================================================================] Done!
```

Expand Down

0 comments on commit 833da1c

Please sign in to comment.