Skip to content

Commit

Permalink
Fix: repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
markruler committed Mar 30, 2021
1 parent 32c773f commit e04c248
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
# - 386
# - arm64
ldflags:
- -s -w -extldflags='-static' -X github.com/cxsu/swage/pkg/cmd.swageVersion={{ .Tag }}
- -s -w -extldflags='-static' -X github.com/markruler/swage/pkg/cmd.swageVersion={{ .Tag }}

archives:
- replacements:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERSION := $(file < ./VERSION)
.DEFAULT_GOAL := all
MAKEFLAGS += --warn-undefined-variables
# go tool link (https://golang.org/cmd/link/)
LDFLAGS := -s -w -extldflags='-static' -X 'github.com/cxsu/swage/pkg/cmd.swageVersion=${VERSION}'
LDFLAGS := -s -w -extldflags='-static' -X 'github.com/markruler/swage/pkg/cmd.swageVersion=${VERSION}'

all: version deps test cover build
.PHONY: all
Expand Down
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Templates

## default template ([pkg/excel](https://github.com/cxsu/swage/tree/main/pkg/excel))
## default template ([pkg/excel](https://github.com/markruler/swage/tree/main/pkg/excel))

- Index worksheet

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Set-Variable -Name "BINARY" -Value "swage"
Set-Variable -Name "IMAGE" -Value "swage"
Set-Variable -Name "REPO" -Value "cxsu"
Set-Variable -Name "REPO" -Value "markruler"
Set-Variable -Name "REPO_PORT" -Value ""
Set-Variable -Name "VERSION" -Value $(Get-Content -Path ./VERSION)

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

BINARY="swage"
IMAGE="swage"
REPO="cxsu"
REPO="markruler"
REPO_PORT=""
VERSION=$(cat ./VERSION)

Expand Down

0 comments on commit e04c248

Please sign in to comment.