diff options
author | Micah Anderson <micah@riseup.net> | 2017-04-27 14:18:55 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-04-27 14:18:55 -0400 |
commit | ae9d8ab1346c6d059e046d43f18e698eb996c59d (patch) | |
tree | 1365dd76174619f0fddcc0db947ff89ee8b0680f | |
parent | 2b3e514fdd2fb386f58369345c07828872c2b27c (diff) |
move logfile setting in Leapfile into the non-cirunner case
-rw-r--r-- | Leapfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ if ENV["USER"] == "cirunner" @platform_directory_path = '/builds/leap/platform' else @platform_directory_path = '../leap_platform' + @log = "/var/log/leap/bitmask.log" end -@log = "/var/log/leap/bitmask.log" |