Skip to content

Commit

Permalink
Replace references to dump_git_info with save_git_State
Browse files Browse the repository at this point in the history
  • Loading branch information
achalddave authored Jul 25, 2018
1 parent 7eebfa0 commit e11470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Optionally, you can specify the path to a git repository:

./save_git_state.sh /path/to/output/git/state /path/to/git/repo

See [`dump_git_info.sh`](./dump_git_info.sh) for the list of files saved to the
See [`save_git_state.sh`](./save_git_state.sh) for the list of files saved to the
output directory.

Since this is a shell script, you can run it from your favorite language easily.
Expand All @@ -28,7 +28,7 @@ For example, in python:
import subprocess

output_dir = '/path/to/experiment/directory'
subprocess.call(['./dump_git_info.sh', output_dir])
subprocess.call(['./save_git_state.sh', output_dir])

# ...
# Run your code
Expand Down

0 comments on commit e11470b

Please sign in to comment.