diff options
author | makefu <github@syntax-fehler.de> | 2018-11-30 23:18:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-11-30 23:18:53 +0100 |
commit | 861d4481f710d60d0d84aa8b1f8997f7fc18890d (patch) | |
tree | f6d8ec42de63b851a33462998cf77191510cd91a /makefu/update-channel.sh | |
parent | 91e05287a7a37e960a14144a5abcb4e39cba500c (diff) |
ma krops: RIP deployment option
Diffstat (limited to 'makefu/update-channel.sh')
-rwxr-xr-x | makefu/update-channel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/update-channel.sh b/makefu/update-channel.sh index 59d3c434f..0899581ec 100755 --- a/makefu/update-channel.sh +++ b/makefu/update-channel.sh @@ -6,4 +6,4 @@ nix-shell -p nix-prefetch-git --run 'nix-prefetch-git \ --rev refs/heads/master' \ > $dir/nixpkgs.json newref=$(cat $dir/nixpkgs.json | jq -r .rev | sed 's/\(.\{7\}\).*/\1/') -echo git commit $dir/nixpkgs.json -m "nixpkgs: $oldref -> $newref" +echo "git commit $dir/nixpkgs.json -m 'ma nixpkgs: $oldref -> $newref'" |