Skip to content

Commit

Permalink
Fixing problem when the iceberg directory in pharo-local does not exi…
Browse files Browse the repository at this point in the history
…sts.
  • Loading branch information
tesonep committed Jun 14, 2018
1 parent 07c8fdb commit 63f7d4b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ saveIntoStore
| serializer |

self flag: #implementAnEncryptedVersion.

storeFile ifNotNil: [
storeFile parent ensureCreateDirectory.

storeFile resolve binaryWriteStreamDo: [ :stream |
serializer := FLSerializer on: stream.
serializer serialize: {plainCredentials. sshCredentials}]
Expand Down

0 comments on commit 63f7d4b

Please sign in to comment.