Skip to content

Commit

Permalink
fix for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Dieckmann committed Oct 6, 2015
1 parent 4b5e88d commit 1241fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessRunner/Journal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static string ByWorkspacePath(string revitFilePath, string workspacePath,
"Jrn.Command \"Internal\" , \"Flush undo and redo stacks , ID_FLUSH_UNDO\" \n" +
"Jrn.Command \"Internal\" , \"Close the active project , ID_REVIT_FILE_CLOSE\" \n" +
"Jrn.Command \"SystemMenu\" , \"Quit the application; prompts to save projects , ID_APP_EXIT\"",
revitFilePath.Replace(' ', '/'), workspacePath.Replace(' ', '/'));
revitFilePath, workspacePath.Replace(' ', '/'));

tw.Write(journal);
tw.Flush();
Expand Down

0 comments on commit 1241fb4

Please sign in to comment.