Skip to content

Commit

Permalink
Change toml to cat-say as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Oct 18, 2018
1 parent 9c2cbd9 commit b71179c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "catsay"
name = "cat-say"
version = "0.1.0"
authors = ["Jim Verheijde <[email protected]>"]

Expand Down
1 change: 0 additions & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set -ex
main() {
if [ $TARGET = 'snap' ]
then
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt update && snapcraft"
return
fi

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
confinement: strict

parts:
catsay:
cat-say:
source: .
plugin: rust
build-attributes: [no-system-libraries]
Expand Down

0 comments on commit b71179c

Please sign in to comment.