diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-11-21 10:40:36 -0500 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-11-21 10:40:36 -0500 |
commit | f62bec5f5a500de68a83973aedc3bd76031f4886 (patch) | |
tree | 048e0ad08de96865a74fafd5a57054c5dc3ee351 | |
parent | c674332ba438362de919d1ff352ce20cb8f817ca (diff) | |
download | fpm-f62bec5f5a500de68a83973aedc3bd76031f4886.tar.gz fpm-f62bec5f5a500de68a83973aedc3bd76031f4886.zip |
correct non-standard logical format
-rw-r--r-- | fpm/fpm.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/fpm.toml b/fpm/fpm.toml index 527c84f..7afc0a0 100644 --- a/fpm/fpm.toml +++ b/fpm/fpm.toml @@ -12,7 +12,7 @@ tag = "v0.2.1" [dependencies.M_CLI2] git = "https://github.com/urbanjost/M_CLI2.git" -rev = "c459fba1c88cd0d9a6f76d61d6aacd64ef39790f" +rev = "893cac0ce374bf07a70ffb9556439c7390e58131" [[test]] name = "cli-test" |