diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/s3-fetch-and-sync | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 6c26ab7..9beb6c5 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -21,8 +21,7 @@ if ! ( \ >~/mxe/tmp-url # Use a fake "editor" to format the issue - EDITOR=~/mxe/tools/fake-editor ghi open -- TimothyGu/tmp - # EDITOR=~/mxe/tools/fake-editor ghi open -- mxe/mxe + EDITOR=~/mxe/tools/fake-editor ghi open -- mxe/mxe fi cd ~/mxe && make clean-junk |