Skip to content

Commit d553786

Browse files
conflict resolution
2 parents 03c4504 + 8b72304 commit d553786

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slcli # check to see if it's available
22
version: 'git' # will be replaced by a `git describe` based version string
3-
summary: Python based SoftLayer API Tool.
3+
summary: A CLI tool to interact with the SoftLayer API.
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.
66
grade: stable
@@ -24,9 +24,7 @@ parts:
2424
source-type: git
2525
plugin: python
2626
python-version: python3
27-
2827
build-packages:
29-
- python3
30-
28+
- python3
3129
stage-packages:
3230
- python3

0 commit comments

Comments
 (0)