Skip to content

Commit

Permalink
Update tests/functional/flakes/symlink-paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 authored Feb 4, 2025
1 parent 137ba71 commit f90ba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/flakes/symlink-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_symlink_points_to_dir_in_repo

test_symlink_from_repo_to_another() {
local repoDir="$TEST_ROOT/repo1"
createGitRepo "{$repoDir}"
createGitRepo "$repoDir"
echo "Hello" > "$repoDir/file"
mkdir "$repoDir/subdir"
cat > "$repoDir/subdir/flake.nix" <<EOF
Expand Down

0 comments on commit f90ba3a

Please sign in to comment.