diff options
author | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2015-03-26 23:34:21 +0100 |
---|---|---|
committer | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2015-03-26 23:54:59 +0100 |
commit | 122c87ead0452a3042f1d42db9986a41218732cf (patch) | |
tree | 4322f40c6859f2f78b5c186fb18e2d4681cc682e /tests/guix-system.sh | |
parent | 24066017a979aeb59b380d802af58d3fbfc3edd9 (diff) | |
download | guix-122c87ead0452a3042f1d42db9986a41218732cf.tar guix-122c87ead0452a3042f1d42db9986a41218732cf.tar.gz |
Fix remaining references to "substitute-binary".
* nix/nix-daemon/guix-daemon.cc (main): Change substitute-binary to
substitute.
* po/guix/POTFILES.in: Likewise.
* tests/guix-daemon.sh: Likewise.
* tests/guix-system.sh: Likewise.
Diffstat (limited to 'tests/guix-system.sh')
-rw-r--r-- | tests/guix-system.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index 76e722fbc1..1b77d1a0db 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh @@ -17,7 +17,7 @@ # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. # -# Test the daemon and its interaction with 'guix substitute-binary'. +# Test the daemon and its interaction with 'guix substitute'. # set -e |