diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-06-21 12:09:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 12:09:53 +0100 |
commit | 0372313a91263789c843623fca0aab9a4e340e19 (patch) | |
tree | e780354903bee004157a97b1f7cb583baca93a6a /fpm.toml | |
parent | e6688d07c5658b1a26354be7d7aea68231679f05 (diff) | |
parent | 21c6fe6098fe83cb9e3f93983c9339e0fc8d5758 (diff) | |
download | fpm-0372313a91263789c843623fca0aab9a4e340e19.tar.gz fpm-0372313a91263789c843623fca0aab9a4e340e19.zip |
Merge pull request #497 from urbanjost/equal
correct for equal sign in flag options to fix #495
Diffstat (limited to 'fpm.toml')
-rw-r--r-- | fpm.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ rev = "2f5eaba864ff630ba0c3791126a3f811b6e437f3" [dependencies.M_CLI2] git = "https://github.com/urbanjost/M_CLI2.git" -rev = "1f3b922ce35f105d1a51869bed9a1013b5b552b6" +rev = "ea6bbffc1c2fb0885e994d37ccf0029c99b19f24" [[test]] name = "cli-test" |