diff --git a/.gitignore b/.gitignore index f77e912..d3e0c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Files .DS_Store -/hello-world +/sindri # Directories diff --git a/build.sh b/build.sh index 942b16c..ff1bab8 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -PROJECT="hello-world" +PROJECT="sindri" VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)" if [[ $1 == "debug" ]]