Skip to content

Commit

Permalink
Merge pull request #12 from dapperstats/travis_try
Browse files Browse the repository at this point in the history
Travis try
  • Loading branch information
juniperlsimonis committed Dec 1, 2022
2 parents 5512592 + 277dc47 commit 09eba34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
COPY scripts scripts

# Default values for arguments passed to environment variables
ARG r="ftp://ftp.wildlife.ca.gov/salvage/Salvage_data_FTP.accdb"
ARG r="ftp://filelib.wildlife.ca.gov/Public/salvage/Salvage_data_FTP.accdb"
ARG l=local.accdb
ARG d=data
ARG k=n
Expand Down
2 changes: 1 addition & 1 deletion documents/methods.md
Expand Up @@ -24,7 +24,7 @@ sudo bash scripts/accessor.bash -r ftp://ftp.wildlife.ca.gov/salvage/Salvage_dat
```
or
```
sudo bash scripts/accessor.bash -r path/to/local.mdb
sudo bash scripts/accessor.bash -l path/to/local.mdb
```

In total, there are 5 options to the `accessor.bash` script:
Expand Down

0 comments on commit 09eba34

Please sign in to comment.