Skip to content

Commit

Permalink
scripts/bump.fsx: improve submodule advice
Browse files Browse the repository at this point in the history
We were getting the following error:

```
fatal: Fetched in submodule path 'scripts/fsx', but it did not contain 2268d505970604f38738bda758ffac44a2a77e54. Direct fetching of that commit failed.
```
  • Loading branch information
knocte committed Oct 31, 2023
1 parent e7198d8 commit 78737de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ let RunUpdateServers () =


if not replaceScript.Exists then
Console.Error.WriteLine "Script replace.fsx not found, 'fsx' submodule not populated? Please run `git submodule sync --recursive && git submodule update --init --recursive`"
Console.Error.WriteLine "Script replace.fsx not found, 'fsx' submodule not populated? Please run `git submodule foreach git fetch --all && git submodule sync --recursive && git submodule update --init --recursive`"
Environment.Exit 1

GitDiff()
Expand Down

0 comments on commit 78737de

Please sign in to comment.