Skip to content

Commit

Permalink
Rename wslgit.sh to wslgit.dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxingliu committed Jun 1, 2019
1 parent b7c28f7 commit 92897fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-ci/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generate-wslgit-with-mock-mount-info() {
/^\s+#\s*endregion\s+'$UNIT_TEST_SIGN'/ { ignore=0; next; }
ignore { next; }
{ print $0; }
' ../wslgit.sh > tmp.sh || throw "generate tmp.sh for ci test failed!"
' ../wslgit.dev.sh > tmp.sh || throw "generate tmp.sh for ci test failed!"
chmod +x tmp.sh || throw;
}

Expand Down
File renamed without changes.

0 comments on commit 92897fd

Please sign in to comment.