Skip to content

Commit

Permalink
Remove accidental comma that shouldn't be there
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Llewellyn <diddledan@ubuntu.com>
  • Loading branch information
Daniel Llewellyn committed Sep 7, 2020
1 parent 2c56c2c commit 3f5327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cleanup.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function(dependencies) {
find $SNAPCRAFT_PRIME/usr/share -type d -empty -delete
||| % std.lines([|||
cd "/snap/%s/current"
find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" "$SNAPCRAFT_PRIME/usr/{}", \;
find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" "$SNAPCRAFT_PRIME/usr/{}" \;
||| % snap for snap in dependencies]),
},
},
Expand Down

0 comments on commit 3f5327f

Please sign in to comment.