fixed a typo

master
Ingolf Wanger 2019-03-20 19:54:31 +01:00
parent 7c4ca9fa95
commit d82e489b6d
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ into your deployment.
source = lib.evalSource [
{
secrets.pass = {
dir = toString ./secrets";
dir = toString ./secrets;
name = "server01";
};
}