Skip to content
Snippets Groups Projects
Commit b467dd83 authored by Akshay Mankar's avatar Akshay Mankar
Browse files

Actually purge state when asked to do so

parent a95e37ae
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ updateStateImpl name tfstate = do
purgeStateImpl :: (MonadGit m, MonadPass m, Monad m) => Text -> m Text
purgeStateImpl name = do
tfstate <- getStateImpl name
purge $ stateFilePath name
gitPush
pure tfstate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment