mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Get rid of superfluous quotes
This commit is contained in:
parent
7dfde3ba49
commit
fb1d2607bc
@ -84,7 +84,7 @@ nightlySettings day plan' = Settings
|
||||
, postBuild = return ()
|
||||
, distroName = "Stackage"
|
||||
, snapshotType = STNightly
|
||||
, bundleDest = fpFromText $ "stackage-nightly-" ++ tshow day ++ ".bundle"
|
||||
, bundleDest = fpFromText $ "stackage-nightly-" ++ day ++ ".bundle"
|
||||
}
|
||||
where
|
||||
slug' = "nightly-" ++ day
|
||||
|
||||
Loading…
Reference in New Issue
Block a user