Skip to content

Commit ff01e60

Browse files
bors[bot]japaric
andcommitted
Merge #7
7: fix after-script.sh r=adamgreig a=japaric it was using the wrong directory name Co-authored-by: Jorge Aparicio <[email protected]>
2 parents dcd281e + 811c3cb commit ff01e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/after-success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main() {
55
curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz |
66
tar --strip-components 1 -C ghp-import -xz
77

8-
./ghp-import/ghp_import.py book
8+
./ghp-import/ghp_import.py public
99

1010
# NOTE(+x) don't print $GH_TOKEN to the console!
1111
set +x

0 commit comments

Comments
 (0)