forked from the-distro/channel-scripts
Remove tabs
This commit is contained in:
parent
0c75ea5ba5
commit
4de7a4a85c
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ curRelease=$(basename $(readlink $channelsDir/$channelName 2> /dev/null) 2> /dev
|
|||
if [ -n "$curRelease" ]; then
|
||||
d="$(nix-instantiate --eval -E "builtins.compareVersions (builtins.parseDrvName \"$curRelease\").version (builtins.parseDrvName \"$release\").version")"
|
||||
if [ "$d" = 1 ]; then
|
||||
echo "channel would go back in time from $curRelease to $release, bailing out" >&2
|
||||
exit 1
|
||||
echo "channel would go back in time from $curRelease to $release, bailing out" >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue