Skip to content

Commit

Permalink
B #3175 Fixed string
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Apr 3, 2019
1 parent bd341df commit 7c85bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vmm_mad/remotes/lib/lxd/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def initialize(lxc, one, client)
@lxc_command = 'lxc'
@lxc_command.prepend 'sudo ' if client.snap

@rootfs_dir = "#{@client.lxd_path}/storage-pools/default/containers/\
#{name}/rootfs"
@rootfs_dir = "#{@client.lxd_path}/storage-pools/default/containers/"\
"#{name}/rootfs"
@context_path = "#{@rootfs_dir}/context"
end

Expand Down

0 comments on commit 7c85bc4

Please sign in to comment.