Skip to content

Commit f3d5a89

Browse files
committed
[push][xs]: removed query params from the published URL as now it's redundant
1 parent 556430b commit f3d5a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/data-push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Promise.resolve().then(async () => {
141141
// Print success message and provide URL to showcase page:
142142
let revisionId = res.flow_id.split('/').pop()
143143
const message = '🙌 your data is published!\n'
144-
const url = urljoin(config.get('domain'), datahubConfigs.owner, dataset.descriptor.name,'v',revisionId,'?source=cli')
144+
const url = urljoin(config.get('domain'), datahubConfigs.owner, dataset.descriptor.name, 'v', revisionId)
145145
let copied = ' (copied to clipboard)'
146146
try {
147147
await copyToClipboard(url)

0 commit comments

Comments
 (0)