diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-28T12·07+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-28T12·07+0000 |
commit | 2746a879e23a97639b23fe6e5335e0cfcc7d5085 (patch) | |
tree | d1aeb475bd6bdf567313c5116f745142f06f4d32 /tests/fallback.sh | |
parent | 91dc023665e22eb5637bf08c405e91ac9060c357 (diff) |
* Typo.
Diffstat (limited to 'tests/fallback.sh')
-rw-r--r-- | tests/fallback.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fallback.sh b/tests/fallback.sh index 5799775eb2f8..5454e1ef4bff 100644 --- a/tests/fallback.sh +++ b/tests/fallback.sh @@ -1,4 +1,4 @@ -storeExpr=$($TOP/src/nix-instantiate/nix-instantiate fall-back.nix) +storeExpr=$($TOP/src/nix-instantiate/nix-instantiate fallback.nix) echo "store expr is $storeExpr" |