diff options
author | Carl Dong <contact@carldong.me> | 2021-01-21 10:57:14 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-01-21 10:58:12 -0500 |
commit | f1694757ddbcb3635213b085e864851e285c8c12 (patch) | |
tree | 42db2f656f5ce332dfca1fb22db91a657a5a1af8 /contrib | |
parent | 771c4b98a8693eee642f2b118b3193fe6e022291 (diff) |
guix: Fix typo
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/guix/guix-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-build.sh b/contrib/guix/guix-build.sh index e94cb02b5d..da6bd13f6a 100755 --- a/contrib/guix/guix-build.sh +++ b/contrib/guix/guix-build.sh @@ -65,7 +65,7 @@ else fi ################ -# Check 4: Make sure that build directories do no exist +# Check 4: Make sure that build directories do not exist ################ # Default to building for all supported HOSTs (overridable by environment) |