Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename the client application to geostyler from geostyler-cli #388

Closed
wants to merge 1 commit into from

Conversation

geographika
Copy link
Collaborator

No description provided.

@@ -25,7 +25,7 @@ async function processFiles() {
try {
for (const fileName of fileNames) {
const filePath = folderPath + fileName;
const renamedFilePath = folderPath + fileName.replace('-win', '').replace('-macos', '').replace('-linux', '');
const renamedFilePath = folderPath + fileName.replace('-cli-win', '').replace('-cli-macos', '').replace('-cli-linux', '');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const renamedFilePath = folderPath + fileName.replace('-cli-win', '').replace('-cli-macos', '').replace('-cli-linux', '');
const renamedFilePath = folderPath + fileName
.replace('-cli-win', '')
.replace('-cli-macos', '')
.replace('-cli-linux', '');

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @KaiVolland - in the end we are keeping geostyler-cli and removing geostyler! See #394

@geographika
Copy link
Collaborator Author

Replaced with #394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants