aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/flakes/follow-paths.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/flakes/follow-paths.sh')
-rw-r--r--tests/functional/flakes/follow-paths.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/flakes/follow-paths.sh b/tests/functional/flakes/follow-paths.sh
index efc5f95d8..183893bde 100644
--- a/tests/functional/flakes/follow-paths.sh
+++ b/tests/functional/flakes/follow-paths.sh
@@ -167,7 +167,7 @@ nix flake lock "$flakeFollowsA" 2>&1 | grep "warning: input 'B' has an override
#
# The message was
# error: input 'B/D' follows a non-existent input 'B/C/D'
-#
+#
# Note that for `B` to resolve its follow for `D`, it needs `C/D`, for which it needs to resolve the follow on `C` first.
flakeFollowsOverloadA="$TEST_ROOT/follows/overload/flakeA"
flakeFollowsOverloadB="$TEST_ROOT/follows/overload/flakeA/flakeB"