Skip to content

Commit

Permalink
chore(*): -
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Oct 20, 2024
1 parent e36df1b commit a18e9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SHELL = /bin/sh

# Define the project name for easy reference.
PROJECT = "xcrawl3rr"
PROJECT = "xcrawl3r"

# The default target that gets executed when the `make` command is run without arguments.
# In this case, it will trigger the `go-build` target.
Expand Down
4 changes: 2 additions & 2 deletions internal/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package configuration
import "github.com/logrusorgru/aurora/v3"

const (
NAME string = "xcrawl3r"
VERSION string = "0.1.0"
NAME = "xcrawl3r"
VERSION = "0.1.0"
)

var BANNER = aurora.Sprintf(
Expand Down

0 comments on commit a18e9f3

Please sign in to comment.