Skip to content

Commit f90ba3a

Browse files
authored
Update tests/functional/flakes/symlink-paths.sh
1 parent 137ba71 commit f90ba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/flakes/symlink-paths.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test_symlink_points_to_dir_in_repo
5151

5252
test_symlink_from_repo_to_another() {
5353
local repoDir="$TEST_ROOT/repo1"
54-
createGitRepo "{$repoDir}"
54+
createGitRepo "$repoDir"
5555
echo "Hello" > "$repoDir/file"
5656
mkdir "$repoDir/subdir"
5757
cat > "$repoDir/subdir/flake.nix" <<EOF

0 commit comments

Comments
 (0)